Skip to content

a project to get the latest aurelia libraries and bundle each (amd target) into a single amd bundle (using r.js)

License

Notifications You must be signed in to change notification settings

npelletm/np-aurelia-amd-bundler

 
 

Repository files navigation

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

About

a project to get the latest aurelia libraries and bundle each (amd target) into a single amd bundle (using r.js)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%