Bundling and Minification

Hi Douglas, glad you like it! You can use grunt/gulp as you normally would - the only gotcha is that just ‘/tmp’ is writeable at start, so you have to output your bundled/minified files to ‘/tmp’ and then read them from there. Here’s an example project minifying a JS file and reading it from /tmp with Grunt and Express: https://hyperdev.com/#!/project/holy-scale