I'm having trouble getting hassle to work with compass. I have my sass files stored in /public/stylesheets/sass and want them to be compiled to /public/stylesheets/compiled.
It works fine in development, but on Heroku with hassle, it wants to put them into /public/stylesheets. It's moving them one directory up the tree rather than following the sass or compass config setting. Can anyone point me in the right direction?
I'm having trouble getting hassle to work with compass. I have my sass files stored in
/public/stylesheets/sassand want them to be compiled to/public/stylesheets/compiled.It works fine in development, but on Heroku with hassle, it wants to put them into
/public/stylesheets. It's moving them one directory up the tree rather than following the sass or compass config setting. Can anyone point me in the right direction?