Hi guys, I noticed this evening that Sass doesn't support sass files
that are in sub directories of the main sass folder. I decided to
patch Sass so that it supports them.  It seems to work great, so I've
posted a patch in the files area.  (The reason it's a .tar.gz file is
because I also added a couple of sass files in sub directories to the
test paths for testing purposes.).

If you place a .sass file in a sub directory of where you were putting
them before (say, public/stylesheets/sass), it will generate the .css
file under the equivalent sub directory of public/stylesheets.
Examples:

public/stylesheets/sass/themes/blue.sass => public/stylesheets/themes/
blue.css
public/stylesheets/sass/themes/new/super.sass => public/stylesheets/
themes/new/super.css

and of course the old ones still work too:

public/stylesheets/sass/header.sass => public/stylesheets/sass/
header.css


Let me know what you think.  I really need this behvaiour for my site,
so if you decide not to include it I'm going to have to figure out how
to monkey patch it in :P

-Robin


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to