hunterloftis / newton

A playful, particle-based physics engine designed from the ground up for JavaScript.
917 stars 49 forks source link

grunt: added target to get one file newton #6

Closed floatdrop closed 10 years ago

floatdrop commented 10 years ago

It's always nice to have minified version of js library, right?

To build single newton.js file run this in console:

npm install
grunt

P.s. If you don't have npm installed - you can get it right here or install from repository (if you have ubuntu or homebrew)

hunterloftis commented 10 years ago

Super useful, I'll check it out and merge this in soon.