Quick Intro to Gulp.JS
codefellows.org
Quick Intro to Gulp.JS
1–6 of 6 posts
Re: Quick Intro to Gulp.JS
#2From an api standpoint, this doesn't seem that much simpler.
Re: Quick Intro to Gulp.JS
#3Can somebody explain the benefit of using pipes? Will this provide better performance than Grunt? From an api standpoint, this doesn't seem that much simpler.
This is obviously a short introduction to Gulp. The same setup using Grunt is at least 50+ lines of extra code. Plus when you start getting into full deployment you're going to be writing significant amount less code with Gulp which in the long run makes it more maintainable.
Re: Quick Intro to Gulp.JS
#4Can somebody explain the benefit of using pipes? Will this provide better performance than Grunt? From an api standpoint, this doesn't seem that much simpler.
[1]:https://twitter.com/andytjoslin/statuses/416424985662468097
Re: Quick Intro to Gulp.JS
#5Re: Quick Intro to Gulp.JS
#6gulp.run is deprecated in 3.5 and will be removed eventually.
https://github.com/gulpjs/gulp/blob/master/docs/API.md#gulpw...