gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Backward slashes trouble on windows #219

Closed F21 closed 8 years ago

F21 commented 9 years ago

On windows, if we have a path that looks like D:\Work\project\stuff and pass it to cssPath or sassPath, compass fails.

Since the config.rb generated encloses strings in double quotes, the backward slash is a special delimiter and causes compass to fail.

Instead, strings in the generated config.rb should be single quoted, or backward slashes should be escaped like : \\