summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
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-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-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