summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-02-19merge subtree 'nodejs-brunch'Micha Alt
2016-02-19upgpkg: nodejs-brunch 2.3.2-1Micha Alt
upstream release Brunch 2.3.2 (Feb 17, 2016) * Small fix for xBrowserResolve is not a function error. Brunch 2.3.1 (Feb 17, 2016) * Fixed handling of custom web-servers for brunch watch -s. * Improved exposure of process.env.NODE_ENV when used in Brunch apps. * NPM: Fixed support for different versions of the same package.
2016-02-15upgpkg: nodejs-brunch 2.3.0-1Micha Alt
upstream release Brunch 2.3.0 (Feb 12, 2016) * Enabled NPM support by default * NPM: Added aliases support * NPM: Added support for including static files. * NPM: Added support for different versions of the same package. * NPM: Watcher would detect removed packages from users source code and then do a corresponding recompilation. * NPM: Added support for json files. * onCompile config option now receives modified assets as a second argument. * server config option now allows to specify custom hostnames * New warning: When brunch w -s -p 3334 is used (instead of -P) * New warning: When defaultExtension option is used. It has been removed in Brunch 1.1, but many configs still have it.
2016-02-15upgpkg: nodejs-brunch 2.3.0-1Micha Alt
upstream release Brunch 2.3.0 (Feb 12, 2016) * Enabled NPM support by default * NPM: Added aliases support * NPM: Added support for including static files. * NPM: Added support for different versions of the same package. * NPM: Watcher would detect removed packages from users source code and then do a corresponding recompilation. * NPM: Added support for json files. * onCompile config option now receives modified assets as a second argument. * server config option now allows to specify custom hostnames * New warning: When brunch w -s -p 3334 is used (instead of -P) * New warning: When defaultExtension option is used. It has been removed in Brunch 1.1, but many configs still have it.
2016-02-03upgpkg: nodejs-brunch 2.2.3-1Micha Alt
upstream release Brunch 2.2.3 (Feb 2, 2016) * Windows-related fixed to NPM * Don't include some NPM packages twice (process etc).
2016-02-03upgpkg: nodejs-brunch 2.2.3-1Micha Alt
upstream release Brunch 2.2.3 (Feb 2, 2016) * Windows-related fixed to NPM * Don't include some NPM packages twice (process etc).
2016-01-28upgpkg: nodejs-brunch 2.2.2-1Micha Alt
upstream release Brunch 2.2.2 (Jan 28, 2016) * Built-in node.js modules can now be loaded in your client-side apps. * Improve compatibility with Brunch 1.x.
2016-01-28upgpkg: nodejs-brunch 2.2.2-1Micha Alt
upstream release Brunch 2.2.2 (Jan 28, 2016) * Built-in node.js modules can now be loaded in your client-side apps. * Improve compatibility with Brunch 1.x.
2016-01-27upgpkg: nodejs-brunch 2.2.1-1Micha Alt
upstream release Brunch 2.2.1 (Jan 26, 2016) * Some fixes for the NPM to work better on Windows systems.
2016-01-27upgpkg: nodejs-brunch 2.2.1-1Micha Alt
upstream release Brunch 2.2.1 (Jan 26, 2016) * Some fixes for the NPM to work better on Windows systems.
2016-01-23upgpkg: nodejs-brunch 2.2.0-1Micha Alt
upstream releasen 22, 2016) * Massively improved NPM integration: - Brunch would now automatically detect and extract all npm packages. - Because of this, whitelist property is now not needed. - Windows implementation should now work correctly. * brunch new launched with old syntax would now throw a descriptive error. * Improved progress indicator. It would not allow plugins to write output on top of it.
2016-01-23upgpkg: nodejs-brunch 2.2.0-1Micha Alt
upstream releasen 22, 2016) * Massively improved NPM integration: - Brunch would now automatically detect and extract all npm packages. - Because of this, whitelist property is now not needed. - Windows implementation should now work correctly. * brunch new launched with old syntax would now throw a descriptive error. * Improved progress indicator. It would not allow plugins to write output on top of it.
2016-01-10upgpkg: nodejs-brunch 2.1.3-1Micha Alt
upstream release Brunch 2.1.3 (Jan 9, 2016) * Fixes an issue when NPM packages were included incorrectly on Windows. * brunch build -d is now able to receive an optional filterer argument
2016-01-10upgpkg: nodejs-brunch 2.1.3-1Micha Alt
upstream release Brunch 2.1.3 (Jan 9, 2016) * Fixes an issue when NPM packages were included incorrectly on Windows. * brunch build -d is now able to receive an optional filterer argument
2016-01-08upgpkg: nodejs-brunch 2.1.2-1Micha Alt
upstream release Brunch 2.1.2 (Jan 7, 2016) * brunch new and brunch build hangup fixes. * NPM integration fixes
2016-01-08upgpkg: nodejs-brunch 2.1.2-1Micha Alt
upstream release Brunch 2.1.2 (Jan 7, 2016) * brunch new and brunch build hangup fixes. * NPM integration fixes
2016-01-03upgpkg: nodejs-brunch 2.1.1-1Micha Alt
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']}
2016-01-03upgpkg: nodejs-brunch 2.1.1-1Micha Alt
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']}
2015-12-23upgpkg: nodejs-brunch 2.0.4-2Micha Alt
Removed empty folder /usr/etc
2015-12-23upgpkg: nodejs-brunch 2.0.4-2Micha Alt
Removed empty folder /usr/etc
2015-12-17upgpkg: nodejs-brunch 2.0.4-1Micha Alt
upstream release Brunch 2.0.4 (Dec 10, 2015) * Fixes using production flag (-p) with multiple optimizers (gh-1056). Brunch 2.0.3 (Dec 9, 2015) * Brunch would now auto-expand the following syntax to a full GitHub user / repo URL: * brunch new --skeleton paulmillr/brunch-with-chaplin Brunch 2.0.2 (Dec 5, 2015) * Fix: Post onCompile string replaces not working. * Fix: Linters now get the correct linter context.
2015-12-17upgpkg: nodejs-brunch 2.0.4-1Micha Alt
upstream release Brunch 2.0.4 (Dec 10, 2015) * Fixes using production flag (-p) with multiple optimizers (gh-1056). Brunch 2.0.3 (Dec 9, 2015) * Brunch would now auto-expand the following syntax to a full GitHub user / repo URL: * brunch new --skeleton paulmillr/brunch-with-chaplin Brunch 2.0.2 (Dec 5, 2015) * Fix: Post onCompile string replaces not working. * Fix: Linters now get the correct linter context.
2015-11-30Merge branch 'master' of https://github.com/tucker/pkgbuildsMicha Alt
2015-11-30upgpkg: nodejs-brunch 2.0.1-1Micha Alt
upstream release Version bump.
2015-11-21upgpkg: nodejs-brunch 2.0.0-1Micha Alt
upstream release Changelog: - brunch new reworked and simplified: - brunch new . to create a new project in current directory from dead-simple skeleton - brunch new path to create the project in path - brunch new . --skeleton react to create the project from React skeleton - Now allowing to clone skeletons to dirs with .git directory. - General speed & stability improvements. - Rewritten in JavaScript. Now requires node 4.0 or higher. - Switched -p and -P. -p now specifies --production build and -P now specifies watch server port. - modules.autoRequire should now work correctly on Windows.
2015-11-21upgpkg: nodejs-brunch 2.0.0-1Micha Alt
upstream release Changelog: - brunch new reworked and simplified: - brunch new . to create a new project in current directory from dead-simple skeleton - brunch new path to create the project in path - brunch new . --skeleton react to create the project from React skeleton - Now allowing to clone skeletons to dirs with .git directory. - General speed & stability improvements. - Rewritten in JavaScript. Now requires node 4.0 or higher. - Switched -p and -P. -p now specifies --production build and -P now specifies watch server port. - modules.autoRequire should now work correctly on Windows.
2015-11-21Add 'nodejs-brunch/' from commit 'ca2c311103fa244efea9b5eafa5b7322cd6bfcb7'Micha Alt
git-subtree-dir: nodejs-brunch git-subtree-mainline: 4d865cbb6c24678a57397ca7634464e4014ce40f git-subtree-split: ca2c311103fa244efea9b5eafa5b7322cd6bfcb7
2015-08-07Version bump: 1.8.4 -> 1.8.5Micha Alt
Upstream changes: * Only listen to stdin (and exit when stdin is closed) when the --stdin CLI switch is passed
2015-08-04Version bump: 1.8.3 -> 1.8.4Micha Alt
Changes from upstream: * Add modules.autoRequire option that would automatically append require('module') to your javascript outputs. Local change: * .gitignore added.
2015-06-08Initial commit: nodejs-brunch 1.8.3-1Micha Alt