Skip to content

Boilerplate for projects with jasmine unittesting framework that build on travis

License

Notifications You must be signed in to change notification settings

hyzhak/Jasmine-Travis-Boilerplate

Repository files navigation

Jasmine-Travis-Boilerplate Build Status

Boilerplate for projects with jasmine unittesting framework that build on travis-ci;

Road map v0.0.1

DONE

TODO

  • execute tests by travis-ci;
    • by testacular;
  • calculate test coverage;
  • auto-upload downloadable library;

Build

With Global Namespace

based on almond

npm install
node node_modules\requirejs\bin\r.js -o build\app.build-almond.js optimize=none

Minimize with global namespace

npm install
node node_modules\requirejs\bin\r.js -o build\app.build-almond.js out=dist/lib-min.js optimize=uglify

About

Boilerplate for projects with jasmine unittesting framework that build on travis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages