You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Still, the css files are created in resources/scss. I can't seem to output the css to any other folder than the scss folder. Is this expected behavior? On Windows 8, ST3.
The text was updated successfully, but these errors were encountered:
Since you are working on Windows, did you try with backslashes?
From the Compass documentation
Import Note for Windows Users
The backslash character (\) is a special character in a string delimited by double quotes ("). If you are working with folders in your paths, you should either use single quotes to delimit your strings or escape your backslash by doubling it like "some\path".
My config.rb, that is in the root folder of my project together with the .sublime-project file, contains:
preferred_syntax = :scss
http_path = "/"
css_dir = "resources/css"
sass_dir = "resources/scss"
Still, the css files are created in resources/scss. I can't seem to output the css to any other folder than the scss folder. Is this expected behavior? On Windows 8, ST3.
The text was updated successfully, but these errors were encountered: