Grunt 前端自動化組件 收集

{
    "name": "bootstrap-demo",
    "version": "0.1.0",
    "devDependencies": {
        "grunt": "*",            // grunt basic
        "grunt-contrib-concat": "*",    // combine multi js files 
        "grunt-contrib-jshint": "*",    // js code check
        "grunt-contrib-qunit": "*",    // unit test"grunt-contrib-uglify": "*",    // minify js file
        "grunt-contrib-watch": "*",     // watch the files and automatically the grunt tasks
        "grunt-contrib-cssmin": "*"     // compress multi css files, and minify css
    }
}
相關文章
相關標籤/搜索