Prime JS is an Object Oriented namespaced JavaScript library. Welcome to the Prime JavaScript Framework. Visit the project website or the wiki for additional information.
Note: This project uses the Savant build tool, for more information checkout the savant-core project.
Released versions can be downloaded from the Savant Repository.
npm install -g gulp
npm install
gulp
gulp test
If you just want to know if the tests complete successfully you can call gulp fastTest
instead.
This will run all 4 variations of prime.js in parallel and cuts time down to ~25% of of the slow test.
The drawback is it won't be clear which file had the exception if something goes wrong.
Builds for EcmaScript5 for wide browser support and EcmaScript6 are provided
./build/Prime.css
./build/Prime.js
./build/PrimeES6.js