- open
git bash shell
- install node
- install bower (run
npm install -g bower
)
- link to un-minimized bundle - 435K
- link to minimized bundle - 193K
-
open
git bash shell
-
install
node.js
-
install
bower
-
change to
aurelia-require-bundle
folder -
get the latest aurelia libraries
run
bower install
-
have a look at the bundling dependencies
-
bundle the files for development
run
node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.js optimize=none
-
bundle the files for production (minified)
run
node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.min.js