Developer web-UI
To get started:
sudo npm install -g yo grunt-cli bower
sudo npm install -g karma
npm install
bower install
To run the application:
grunt serve [--force]
To start karma (from Luigi directory):
karma start
To run tests:
karma run
If you get TypeError: Cannot read property 'stdout' of undefined
Run: gem install compass