To run:
npm install
cd ./public/scripts
bower install
cd ../../
node app.js
- JSON
- CSS/LESS/SASS
- Images
- HTML, Jade
- Etc.
Also supports splitting application into async parts
Inspects entry point and finds all dependencies automatically
Grunt/Gulp/etc Integration (Largely replaces most build and minification steps though)
webpack-dev-middleware
- Module format agnostic
- Very simple to setup, use, watch, and and minify
- Very extensible
- Need to be careful with automatic dependency finding
- Doesn't work well with heavy use of dynamic requires
- (Ex: Durandal view conventions, plugin config, etc.)
<style> * { font-family: Lato; font-weight: 200; text-align: center; } h1, h2, h3, h4, h5, h6 { color: darkgrey; } hr { margin: 12em 0; } li { list-style: none; } </style>