Gulp is awesome, but do we really need it?

added by JavaScript Kicks
3/4/2015 11:03:50 PM

201 Views

When I build a Single Page Application (SPA), I need to somehow concatenate, minify and compress all my JS, CSS and Image files for production while keeping them as they oringinally are for development. Also, I'd like my app to continually redeploy on each change I do while I'm coding.


0 comments