The easiest way to make sass/compass work on Heroku
Configure your sass or compass options (config/compass.config):
config.css_dir = “tmp/stylesheets/compiled”
And then create and initializer (e.g. config/initializers/compass.rb) which contains:
And your stylesheets will always compile to tmp/ !
