-
Notifications
You must be signed in to change notification settings - Fork 406
Building camanjs
meltingice edited this page Apr 4, 2011
·
2 revisions
CamanJS is built into the dist folder. The copies of CamanJS that are already in the folder are kept up-to-date; however, if you make any modifications to CamanJS and wish to combine all of the plugins and minify the code, you will have to re-build it yourself. Building CamanJS also runs JSHint on the code to check for syntax and formatting errors, which are reported at build time.
Building CamanJS requires NodeJS to be installed. To build, simply run:
make
The copies of CamanJS that are in the dist folder will be overwritten with the newly built copies. The 'full' copies include all of the plugins, while the non-full copies are simply the core library.