Grunt教程——初涉Grunt
grunt——主体控件;
grunt-contrib-jshint——(检测js文件)
grunt-contrib-jshint——
grunt-contrib-uglify(压缩js文件)
grunt-contrib-uglify
grunt-contrib-sass(编译你的Sass)
grunt-contrib-sass
https://github.com/gruntjs/grunt-contrib
参考:
使用Grunt快乐编码
http://sass-lang.com/
如何用grunt-contrib-uglify给多文件生成source-map
grunt-contrib-watch 结合 connect-livereload 实现修改文件后,理解刷新页面