test change

This commit is contained in:
ericdrowell 2013-04-11 19:42:35 -07:00
parent 64f465c55e
commit cbb9e2c289

View File

@ -1,4 +1,4 @@
#Building the KineticJS Framework
#Building the KineticJS Framework
To build the framework, you need to have Ruby and Rubygems installed. After that, run `gem install thor`, `gem install json_pure`, and `gem install uglifier` to install the dependencies.
To build a development version of the framework, run `thor build:dev VERSION`, where VERSION is a string that can be anything you like. For example, using `thor build:dev current` will produce `kinetic-vcurrent.js`. To build a minified version of the framework, run `thor build:prod VERSION`.