Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.73k stars 1.18k forks source link

.sass-cache folder is not created inside the project folder anymore #1846

Open func0der opened 9 years ago

func0der commented 9 years ago

Hey there,

I just updated to version 1.1.1 of compass. I had 0.12.2 before.

While compiling the .sass-cache folder was created in the project folder of the compass project (same level as the "config.rb" was). Now the .sass-cache folder is created where the compass command is called.

I wonder why this happens due to the fact that the version 0.6.7 of compass had this fixed with the changelog message:

Command Line

The Sass cache directory will be placed into the sass directory of the project instead of the directory from where the compass command was ran.

Why is this broken again? I would fix it via the config, but setting cache_path or cache_dir or whatever (which are both not documented in the compass config documentation) does not help, neither is a "." (dot) in there interpreted relative to the config file, but to the folder compass is called in.

Looking forward to your feedback :)

Thanks func0der

labynocle commented 9 years ago

Hi there, I'm exactly in the same case. Moreover, if I try to launch a compass clean the .sass-cache is never cleaned.

func0der commented 9 years ago

I do not know, Maybe this is related. I never used this command. The source maybe diverses between two implementations there?