Plugin that provides support for jammit on heroku. This allows you to automate the process of compiling and commit your assets to heroku.
$ heroku plugins:install git@github.com:kylejginavan/heroku_jammit.git
will get you up and running.
From your project’s root directory:
$ heroku jammit:add
That’ll make the assets and commit it.
$ heroku jammit:delete
That’ll delete the assets and commit it.