On Sat, Dec 18, 2010 at 1:31 PM, Martin Silenus <[email protected]> wrote: > Hi everyone. I have a problem with my Radiant application. I try > running it on heroku.com, but can't get it work.
i put `Sass::Plugin.options[:never_update] = true` at the end of my environment and use `sass --watch` to keep things up to date in development. you'll need to commit the static versions to your repo. there's also a plugin called hassle that works by emitting generated css to RAILS_ROOT/tmp
