A silly but informative presentation on the differences between Grunt and Gulp. http://markdalgleis...
A silly but informative presentation on the differences between Grunt and Gulp.
http://markdalgleish.github.io/presentation-build-wars-gulp-vs-grunt/
/http%3A%2F%2Fmarkdalgleish.github.io%2Fpresentation-build-wars-gulp-vs-grunt%2Fimages%2Fsubstack.png)
Gulp vs Grunt A brief history of Grunt I realized that a task-based build tool with built-in, commonly used tasks was the approach that would work best for me Ben Alman March 2012 Single, global Grunt: $ npm install -g grunt Configuration over code grunt.initConfig({ lint: { src: 'src/ .js' }, concat: { src: [ ' ', ' .js>' ], dest: ' .js' } }); Built-in init task to get you started $ grunt init jquery Kitchen sink init concat lint min qunit server test watch Simple config Common build steps Designed for small libraries & plugins What was wrong?
http://markdalgleish.github.io/presentation-build-wars-gulp-vs-grunt