Tag: gulp

I often use gulp to manage web files. If you've never heard of it, it's a JavaScript-based task runner similar to Grunt. I use it for many of the same reasons I've used (and sometimes still use) GUI tools like LiveReload and CodeKit: to process my Sass into CSS, minify and check JavaScript files for errors, auto-refresh browsers when I make a change, that sort of thing.

Categories: 
Tags: