|
upstream release
Brunch 2.1.1 (Jan 2, 2016)
* Fixes an issue when sass-brunch or similar plugins weren't compiling files correctly.
Brunch 2.1.0 (Jan 1, 2016)
* Brunch would now indicate progress for long builds, like that: (4s) Compiling => Compiling. => Compiling..
* Massively improved debug output (-d) readability.
* Now throwing correct import errors (gh-1053, gh-1041).
* NPM integration was hugely reworked. Disabled by default for now.
1. With config.npm.enabled = true, all non-brunch NPM packages would be loaded automatically.
2. To exclude packages, specify the blacklist: config.npm = {blacklist: ['express']}
3. To include packages manually, specify the whitelist: config.npm = {whitelist: ['react', 'react-dom', 'pikaday']}
|