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.git
Enter the directory and install the Node dependencies:
cd snowjs/external/jquery-ui && npm install
Then, build a complete, version of jQuery UI, type the following:
grunt release
Enter the directory and install the Node dependencies:
cd snowjs && npm install
Make sure you have grunt
installed by testing:
grunt -version
Run the setup task by this command:
grunt setup
Get a complete, minified (w/ Uglify.js), linted (w/ JSHint) distribution, type the following:
grunt
Get a just built distribution, type the following:
grunt build
Get a just test cases, type the following:
grunt test