Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compass doesn't detect changes behind symbolic links #1110

Closed
mgol opened this issue Nov 30, 2012 · 4 comments
Closed

Compass doesn't detect changes behind symbolic links #1110

mgol opened this issue Nov 30, 2012 · 4 comments

Comments

@mgol
Copy link

mgol commented Nov 30, 2012

My config is that I have the styles folder within which I have a symlink named other to a directory containing another main.scss. In my styles/main.scss file I have @import other/main.scss. It doesn't matter if I invoke watch using:

$ compass watch --trace .

or:

$ compass watch --trace styles/main.scss styles/other/main.scss

changes in the second file are not detected.
My config.rb file:

http_path = "/"
css_dir = "styles"
sass_dir = "styles"
images_dir = "static/img"
javascripts_dir = "."
fonts_dir = "static/fonts"
output_style = :expanded
relative_assets = false

I use OS X 10.8.2, my compass version is 0.12.2.

@mgol
Copy link
Author

mgol commented Nov 30, 2012

This seems similar to a SASS issue: sass/sass#17

@scottdavis
Copy link
Member

try the latest master

@nex3
Copy link
Contributor

nex3 commented Nov 30, 2012

I believe this is caused by guard/listen#71.

@scottdavis
Copy link
Member

Yep this is caused by listen

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

No branches or pull requests

3 participants