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
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:
My config is that I have the
styles
folder within which I have a symlink namedother
to a directory containing anothermain.scss
. In mystyles/main.scss
file I have@import other/main.scss
. It doesn't matter if I invoke watch using:or:
changes in the second file are not detected.
My
config.rb
file:I use OS X 10.8.2, my compass version is 0.12.2.
The text was updated successfully, but these errors were encountered: