Have you put your layout.sass in: project_root/public/stylesheets/ sass/ ? If it's just in the stylesheets folder it doesn't look like it will pick it up.
On Nov 28, 5:22 pm, Joey Lomanto <[EMAIL PROTECTED]> wrote: > Something is not working for me... HAML is working fine, but SASS is > giving me problems... > > This is what i have in my application layout: > <link rel="stylesheet" href="/stylesheets/layout.css" type="text/css" > media="screen" charset="utf-8"> > > And I've created a file layout.sass but it still is not working.. > > Ive also added the dependency "haml" to my dependencies file.. > > On Nov 28, 12:53 pm, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote: > > > > > Sass files compile into CSS files, so if you have > > /stylesheets/sass/main.sass, you'd link to /stylesheets/main.css. > > > - Nathan > > > Joey Lomanto wrote: > > > Do I have to link to the .sass files from a specific layout? > > > > Do I link to them the same way I'd link to a CSS file <link href=...- > > > Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
