This is the SnapIn public facing website.
Grunt handles source compilation/minification/etc and can launch a static web server for local testing.
$ npm installCompile SASS files
$ grunt sassWatch for changes and compile automatically.
$ grunt watch$ grunt serve