Presentation will be available at megoth.github.io/qb-webpack-intro.
Uses reveal.js as presentation tool, Jade as template engine, less-fixed to compile Less to CSS, and of course webpack to bundle JS-files.
To build the presentation, use the following commands:
jade app/index.jade -o . // for building the HTML file
less-fixed app/index.less index.css // for building the CSS
webpack // for building the JS