Updated: 4-3-14
This tutorial series for AccioCode is about all things Gulp. Similar to Grunt, Gulp has become increasingly popular for doing the same tasks that Grunt does, but in a more JavaScript friendly way.
Gulp will help you automate and enhance your workflow with easy to write tasks.
##Easy to use##
By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable.
##Efficient##
Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.
##High Quality##
By enforcing strict plugin guidelines, we ensure that plugins stay simple and work as expected.
##Easy to Learn##
Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine.