Home:ALL Converter>Sass --watch specifying unix_newlines

Sass --watch specifying unix_newlines

Ask Time:2012-10-11T11:32:28         Author:Benno

Json Formatter

I can't seem to enable Sass to output my css file using unix newlines, which results in conflicts every time a different develop compiles from a .scss file and commits the compiled file (our production environment relies on the compiled file at the moment).

I have Windows 7, Ruby 1.93 and sass 3.2.1. The options here say you can specify unix_newlines => true but I can't figure out where that needs to go in my watch command line?

This is the command I'm using at the moment: sass --watch scss/main.scss:css/main.css scss/orange.scss:css/orange/orange.css --style nested.

Adding --unix_newlines true doesn't work, it says invalid option: --unix_newlines

Please help!

Author:Benno,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/12831774/sass-watch-specifying-unix-newlines
yy