Turns out this was nothing to do with HAML or SASS. Stupid mistake, I'd copied a line wholesale from a railscast tutorial and it included:
:cache => 'base' at the end of the stylesheet declaration. This obviously uses a filesystem based caching system and so screwed up on Heroku. I think you switch the rails default so that it uses the DB for caching instead but have not looked into this yet. Rob On Feb 17, 1:49 pm, "[email protected]" <[email protected]> wrote: > I've got the following error which I think is associated with Heroku'sRead > onlyfile sytstem: > > http://gist.github.com/306605 > > I have the .gems manifest and my environment.rb configured to use/ > install Compass, installed from gemcutter, which relies on HAML/SASS. > So in turn I have the app set up to use HAML too in both the above > files. I've installed the sass-on-heroku plugin which should redirect > the complied SASS to the tmp directory, for some reason I still get > the error outlined in the gist above. > > I've successfully deployed an older version of Compass and HAML in > another app I have on Heroku, the difference being that I vendored the > gems. That app used the sass-on-heroku plugin too, so it seems to work > there. So not sure what I'm doing wrong. > > Amongst other things, I've tried this but still get the same error. > > http://groups.google.com/group/spree-user/browse_thread/thread/eb9d3a... > > Any pointers anyone can give as to where I should look next would be > most helpful. Thanks. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
