Created
October 5, 2010 15:24
-
-
Save chebyte/611724 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== Installation | |
If you haven't already, install Hone's herocutter plugin: | |
$ heroku plugins:install git://github.com/hone/heroku_herocutter.git | |
After that, a simple | |
$ heroku plugins:install jammit | |
will get you up and running. | |
== Usage | |
From your project's root directory: | |
$ heroku jammit:add | |
This will build the assets locally and just commit. | |
$ heroku jammit:delete | |
This will delete the assets locally and commit. | |
$ heroku jammit:deploy | |
This will add, delete and push the assets to Heroku. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment