Open wkaskie opened 7 years ago
Please see the note about easysass.targetDir
, it's very clear: "Target directory for generated files. If relative, will be based on currently opened folder in VS Code."
So, if www
is your root directory, please try www/css/
or www/css
.
"easysass.targetDir": "../css/" this not works because the because the reference is not the scss path. the reference is base-project. I think every one thinks that is an big error. someone can update this?
This seems to be wrong, @wingmeng. As @JaviLopezM said, one would expect that targetDir
is relative to the scss file, not to the folder opened in VSCode.
Hello,
Adding easysass.targetDir to my VS Code UserSettings breaks the plugin. By that I mean, there are no errors, but css files are no longer generated.
I assumed I could use relative directories like this "../www/css". I also tried the variant "../www/css/". When that didn't work, I tried the full path, which didn't work either.
I'm using VS Code 1.16 on Mac OS X 10.12.5