Closed shukriadams closed 8 years ago
Changed concat to always use Unix-style delimiters. This was causing an error on Windows where normal Sass path syntax (Unix-style) was being mixed with Window's '\' delimiter, creating invalid paths like '/foo/bar\baz'.
For reference on Windows using Unix paths in Sass, check out http://www.sascommunity.org/wiki/Tips:Specifying_directory_paths_that_work_on_Window_and_Unix
thanks @shukriadams!
@mathisonian welcome!
Changed concat to always use Unix-style delimiters. This was causing an error on Windows where normal Sass path syntax (Unix-style) was being mixed with Window's '\' delimiter, creating invalid paths like '/foo/bar\baz'.
For reference on Windows using Unix paths in Sass, check out http://www.sascommunity.org/wiki/Tips:Specifying_directory_paths_that_work_on_Window_and_Unix