0.9.8-beta3 • Published 6 years ago

constraintjs v0.9.8-beta3

Weekly downloads
2
License
-
Repository
github
Last release
6 years ago

Documentation

For documentation or the full ConstraintJS API, visit cjs.from.so/.

Downloads

Building from source

If you'd rather build from this repository, you must install node.js and Grunt. Then, from inside the constraintjs source directory, run:

npm install .
grunt

The CJS Library will appear in the build/ directory.

Notes on Development

Make changes to the files in src/ instead of build/. After you change a file, be sure to run grunt to re-build the files in build/. By default, the sourcemap generated for build/cjs.min.js links to the build/cjs.js file. To build a sourcemap that links back to the original src/ files (significantly more useful for development), change grunt in the instructions above to grunt dev:

npm install .
grunt dev
0.9.8-beta3

6 years ago

0.9.8-beta2

6 years ago

0.9.8-beta1

6 years ago

0.9.7

6 years ago

0.9.6

10 years ago

0.9.5

10 years ago

0.9.4

10 years ago

0.9.3

10 years ago

0.9.2

10 years ago