- aurelia-animator-velocity now part of aurelia-amd-bundler including
velocity
andjsol
dependencies
- if you've run before and you want a fresh build of the latest aurelia bits, remove the `` folder
- remove the
bower_components
folder - open
git bash shell
- run ``
- bundle
- if you are doing a fresh build: run
./fresh-build.sh
- if you are updating the bundle: run
./update-build.sh
- 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