This is not currently possible. Imports are pretty dumb -- it makes checking if things are out-of-date for recompilation go a lot faster.
I use the same structure, and I've not really found this to be a heavy burden. But if you feel strongly about it, I don't think we'd be opposed to taking a patch that implements a glob syntax using ruby's glob method. Chris On Wed, Oct 14, 2009 at 7:27 AM, picardo <[email protected]> wrote: > > I am laying out my files in this way > > modules > _file1.sass > _file2.sass > _file3.sass > _base.sass > > Whenever I add a new file into the modules directory, I need to import > it from _base.sass. I wonder how I can import all of them at once. I > tried using @import partials/modules, but that didn't work. > > Any ideas? > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
