One vote for sass files in a non-public directory and an optional human-readable CSS output formatting here :)
bobes On 01/02/07, svenax <[EMAIL PROTECTED]> wrote: > > Hey, that's a good point! app/stylesheets seems like the logical place > to me. > > /sven axelsson > sånt > On Feb 1, 8:56 pm, Chris Abad <[EMAIL PROTECTED]> wrote: > > Nice. Curious why you didn't put them in a non-public directory like / > > app/views/stylesheets or even app/stylesheets. Can't the sass files > > be accessed directly with them being in the public folder? > > > > On Feb 1, 2007, at 11:49 AM, Nathan Weizenbaum wrote: > > > > > Sass files should be put in public/stylesheets/sass, with a .sass > > > extensions. They'll automatically be compiled if they need to be > > > whenever a controller is accessed, and corresponding stylesheets will > > > be put in public/stylesheets. For example, if you have > > > public/stylesheets/sass/main.sass, it will cause > > > public/stylesheets/main.css to be created. > > > > > - Nathan > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
