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

 

posted @ 2014-09-15 15:39  会敲代码的狼  阅读(277)  评论(0编辑  收藏  举报