A snowflake (module) based Javascript library.
- Snow modules
- RequireJS
- jQuery
- jQuery UI
- jQuery Color
- jQuery Datalink
- jQuery Metadata
- jQuery scrollTo
- JSON 2
- QUnit
First, clone a copy of the main Snow JS git repo by running:
git clone git://github.com/evanvosberg/snowjs.gitEnter the directory and install the Node dependencies:
cd snowjs/external/jquery-ui && npm installThen, build a complete, version of jQuery UI, type the following:
grunt releaseEnter the directory and install the Node dependencies:
cd snowjs && npm installMake sure you have grunt installed by testing:
grunt -versionRun the setup task by this command:
grunt setupGet a complete, minified (w/ Uglify.js), linted (w/ JSHint) distribution, type the following:
gruntGet a just built distribution, type the following:
grunt buildGet a just test cases, type the following:
grunt test