Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created October 5, 2010 15:24
Show Gist options
  • Save chebyte/611724 to your computer and use it in GitHub Desktop.
Save chebyte/611724 to your computer and use it in GitHub Desktop.
== 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