By "work locally" do you mean rake assets:precompile works locally, or
that rails in dev mode is able to find and load the files on the fly?

On Sun, May 6, 2012 at 11:58 AM, Paddy <[email protected]> wrote:
> Hey all,
>
> I'm having issues when deploying my rails 3 app to Heroku. I'm using @import
> directive in my SCSS files, to import SCSS files located in the parent
> directory.
> Among the several syntaxes I tried :
>
> @import "parent.css.scss";
> @import "parent";
> @import "../parent.css.scss";
> @import "../parent";
> @import "/parent";
> @import "/parent.css.scss";
>
> Most of these work locally but all these solutions crash once I've deployed
> to heroku (Cedar).
>
> Any clues about how I could do this ?
>
> Thanks a lot for your help, I'm kinda stuck now, you're my last chance :)
> Cheers,
>
> Paddy
>
> --
> You received this message because you are subscribed to the Google
> Groups "Heroku" group.
>
> 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_US?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

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_US?hl=en

Reply via email to