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.)