sass - phpstorm - @import "compass" cannot resolve -
i'm on windows7, i've installed compass , configured correctly in project folder.
i'm new scss , compass when launch compass watch
cmd style.scss gets automatically compiled , seems fine.
[ver. compass 1.0.1 // sass 3.4.3].
but when open style.scss phpstorm @import "compass"
comes error cannot resolve import sass/scss
;
opening phpstorm's compass support looks default options correct:
compass executable file: c:\ruby200-64\bin\compass config path: pointing local server , correct
this watcher setting:
i've tried changing can't compass support work....
eventually way found working creating symlink between sass folder , compass executable;
i found old answer on helped me...
in detail:
1.open cmd (as admin) , change dir sass folder in project .
2.from sass-folder create symlink mklink /d compass c:\ruby200-64\lib\ruby\gems\2.0.0\gems\compass-1.0.1\bin\compass
.
now phpstorm works fine (with default filewatchers)_
Comments
Post a Comment