29. August 2013

Brunch - A build system without the Grunt-work

Brunch is a front end build system that lets you get stuff done without needing a 500 line configuration file *cough* Grunt *cough*.

However, there’s little in the way of an introduction to setting up Brunch in an existing project - the homepage only shows how to use Brunch with it’s ‘skeleton’ scripts. Thankfully, getting your own project to work with Brunch is simple and painless.

more

12. July 2013

CoffeeScript and AngularJS

AngularJS and CoffeeScript are a great combination, despite the lack of popularity of CoffeeScript in the AngularJS community. Here are a few ways CoffeeScript makes writing AngularJS code a breeze.

more