edcarstens / JugglePro

Juggling Pattern Animator
MIT License
4 stars 0 forks source link

Rewrite to conform to Pixi.js style and minify in one file #9

Closed edcarstens closed 9 years ago

edcarstens commented 9 years ago

Need to rewrite to conform to style of Pixi.js and to minify into a single production file (not including Pixi.js).

edcarstens commented 9 years ago

Jpro.js and use Jpro as the prefix to all classes etc. Use jscompress.com ??

edcarstens commented 9 years ago

A new folder, src, has been created with subfolders in Pixi.js style. Done but not fully tested and not minified to a production file yet.

edcarstens commented 9 years ago

Finished testing and fixing. There are still a lot of jshint errors that should be fixed, but it appears to be working okay. Like Pixi, I used grunt utilities to automate the build and make the minified production version in bin/jpro.js and the development version in bin/jpro.dev.js