Wednesday 1 July 2015

UnitTest to auto reload a compiled jade template (with angularJS written in CoffeeScript)

Here is a jade template that is being autocompiled into html (using gulp) which uses coffee-script to create the AngularJS app/controller.

I'm using WebStorm, with a Unit Test auto reloading the browser on code changes:

My dev environment looks like this (WebStoem on left, Chrome-Js on right):