summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2015-11-21Add 'nodejs-brunch/' from commit 'ca2c311103fa244efea9b5eafa5b7322cd6bfcb7'Micha Alt
git-subtree-dir: nodejs-brunch git-subtree-mainline: 4d865cbb6c24678a57397ca7634464e4014ce40f git-subtree-split: ca2c311103fa244efea9b5eafa5b7322cd6bfcb7
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