Author here. This is my first attempt at open sourcing code!<p>Some background: I work at Pollen Digital in Sydney, Australia. We regularly get web-based projects to develop and release. My manager encouraged me to package up my workflow and send it out into the world. So here it is.<p>The workflow created by this generator utilises the following tools:<p>Grunt as the task runner<p>Bower as the package manager for web libraries/frameworks<p>Jade<p>CoffeeScript<p>LESS<p>I also wrote a little utility that amends css/js/image references in Jade and LESS files with their corresponding md5 checksums (first 8 characters to be specific) as a means for cache busting. This is included in gruntutils/index.coffee under the generated project's root.