/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bitsofco.de
| | www.adamalbrecht.com
1.8 parsecs away

Travel
| | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp.
| | www.velocitypartners.net
1.4 parsecs away

Travel
| | An in-depth article about GulpJS, a powerful tool for tasks automation, linting, compression and minification of code, basic tasks and examples included.
| | www.taniarascia.com
1.5 parsecs away

Travel
| Can I just have a tutorial that tells me exactly what I need to do and know to set up Gulp, without spiraling into some unrelated discussion...