Skip to content

davidshimjs/jaguarjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaguar.js

Javascript animation library optimized mobile devices. This project forked the collie.js library.

How to build

  1. Download project using git clone or fork to your own.

    $ git clone https://github.com/davidshimjs/jaguarjs.git
    
  2. Install npm packages with a simple command

    $ npm install
    

    If you don't have npm, you can install a node.js included a npm.

  3. Using a grunt

    $ grunt build
    
    • default or an empty value: Watch project files. It'll build all files for debugging when you edit .js files. It also watch jsdoc templates, and you don't need make documentation if you edit only stylesheets(or less files) or main.js.
    • build: Build all files into a dist folder.
    • doc: Make documentations into a 'docs/dist' folder.
    • doc_debug: Make a simple documentation for debugging.

Documentations

http://davidshimjs.github.io/jaguarjs/doc/

Forum

Submit any problems or points of improvement detected during use in the forum. https://groups.google.com/forum/?fromgroups=#!forum/colliejs

Bitdeli Badge

About

Javascript animation library optimized mobile devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published