Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

CSS output to other directory? #58

Closed
kslstn opened this issue Apr 22, 2015 · 2 comments
Closed

CSS output to other directory? #58

kslstn opened this issue Apr 22, 2015 · 2 comments

Comments

@kslstn
Copy link

kslstn commented Apr 22, 2015

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.

@renestalder
Copy link
Contributor

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

http://compass-style.org/help/documentation/configuration-reference/

@kslstn
Copy link
Author

kslstn commented Apr 24, 2015

Thanks for that, I didn't know that. Problem solved, no bug :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants