diff options
author | Micha Alt | 2016-01-03 13:02:14 +0100 |
---|---|---|
committer | Micha Alt | 2016-01-03 13:02:14 +0100 |
commit | 586c955c8fff9bce74646a7e7bd720ca7ebf16c3 (patch) | |
tree | 372f716e25fbe5b3632f30022c2e868882570f0e /LICENSE | |
parent | bbe8dfa36f85a4e99708e3b379c70f54f33b2f9a (diff) | |
download | aur-586c955c8fff9bce74646a7e7bd720ca7ebf16c3.tar.gz |
upgpkg: nodejs-brunch 2.1.1-1
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']}
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2011-2015 Allan Berger, Jan Monschke, Martin Schürrer, +Copyright (c) 2011-2016 Allan Berger, Jan Monschke, Martin Schürrer, Thomas Schranz, Nik Graf, Paul Miller, Elan Shanker Permission is hereby granted, free of charge, to any person obtaining a copy |