Change the Rakefile for a Thorfile.

This commit is contained in:
Antoine Proulx
2012-03-07 08:43:02 -05:00
parent 3c140ca762
commit 286b726823
5 changed files with 60 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ Check out the official [KineticJS Tutorials](http://www.html5canvastutorials.com
# Building the library
To build the library, you need to have Ruby and Rubygems installed. After that, install the dependencies by running `bundle install`.
To build a development version of the library, run `rake build:dev`. To build a minify version of the library, run `rake build:prod`.
To build a development version of the library, run `thor build:dev`. To build a minify version of the library, run `thor build:prod`.
# Adding a new file in the src directory
If you add a file in the src directory, add into the array in the Rakefile.
If you add a file in the src directory, add into the array in the Thorfile.