Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.48 KB

aurelia-amd-bundler

steps to bundle

  1. open git bash shell
  2. install node
  3. install bower (run npm install -g bower)

bundling

nav 01

  1. open git bash shell

  2. install node.js

  3. install bower

  4. change to aurelia-require-bundle folder

  5. get the latest aurelia libraries

    run bower install

  6. have a look at the bundling dependencies

  1. 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

  2. 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