Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.11 KB

Prime JavaScript

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.

Downloading

Released versions can be downloaded from the Savant Repository.

Setup

npm install -g gulp
npm install

Build

gulp

Testing

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.

Build output

Builds for EcmaScript5 for wide browser support and EcmaScript6 are provided

./build/Prime.css
./build/Prime.js
./build/PrimeES6.js