I'm running into a problem at the moment because --unix-newlines is
available on Windows platforms and not on UNIX.

I'm using a custom built ASP.NET to SASS bridge which calls sass via
command line. While this works great on Windows due to --unix-newlines
being available, it fails on Linux (Mono) because sass throws an
invalid argument error and fails. So I have to branch my code
depending on the platform for one argument.

I understand that --unix-newlines will have absolutely no effect on a
UNIX system, but why not just leave it in and ignore it if passed?
Failing seems a bit hard for an argument which does exist.

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