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 } }