Hi guys,
I'm actually working on a big rails project with haml and sass, and we
had a little issue yesterday.
I work on windows, i made sass files on it, then i commit and my
colleague (working on linux) can't compilate these files. (They worked
fine for me)
I though it was a problem between windows and linux compatibility, so
i took a look in sass files and I just change line 69 in lib/sass/
engine.rb
from :
@template = template.split('\n')
to :
@template = template.split(/\r\n|\n/)
And now it's working well !
I didn't send a patch for this minor change, i think the core team can
fix it ;)
Thanks a lot again for the great tool that is haml and sass !
Kwi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---