-
Notifications
You must be signed in to change notification settings - Fork 169
I can set path file source .scss #20
Comments
Sorry, I don't get that. Can you give me any specific example?. There is a settings to exclude items, did you try it? |
Thanks for reply, I have a file source .scss, I left it in the subdirectory. because this extension read from file .md building to css :( |
What do you mean by "this extension read from file .md building to css" .... this Extension should compile only .sass/.scss file.. Is this compiling .md file? |
sorry because english not my language, my mean is how to set path for only one folder for file .scss not compile all. thanks very much |
There is also a include settings, check on the settings documentation..... |
Nope! Just remove the exclude settings... a give a try. It should work. If it not works, it could be a bug.... |
|
I see!! I think this settings has a bug... Sorry for that. Can you show me your file/folder structure and what is your OS? |
Workaround for now : If your sass file does not contain much sass file (not partial sass) ..... just try exclude one by one ... (give full path from workspace in exclude settings) |
Thanks. I wait next update 🔢 please add feature set path source for compile 👍 |
Hi, @hoangnamitc ... A HOT WORKAROUND for you 😄 I found the bug in the code. "liveSassCompile.settings.includeItems" : [
"application/templates/sass/mysass.scss",
"xyz/foo/blaa/blaa/anything"
] |
this should work.. Try it and let me know |
do you set this settings ?
it should work. [It is working on my matchine] alternatively "liveSassCompile.settings.includeItems" : [
"application/templates/sass/*.scss",
"xyz/foo/blaa/blaa/anything"
] |
HI,
===>Error
===>Working tks! |
yep! if array size is 1, there is a bug. 😄 so, just type anything for now..... |
This issue is fixed with v1.1.0 update. |
I have same kind of doubt, but I could not solve it by reading above comments. I wanted to set output folder to complied |
HI !
How to i can set path source file .scss
Instead of compile all file *.scss
thanks !
The text was updated successfully, but these errors were encountered: