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

support path/file/extension/regexpr based exclusion #10

Closed
AminLA opened this issue Aug 1, 2017 · 3 comments
Closed

support path/file/extension/regexpr based exclusion #10

AminLA opened this issue Aug 1, 2017 · 3 comments

Comments

@AminLA
Copy link

AminLA commented Aug 1, 2017

due to some files(scss) are complied outside of vscode
once we change a scss file then Koala(http://koala-app.com/) will compile scss to target css
but vscode-live-server monitoring every file changes,
so browser will refresh twice, one for scss the other for compiled css

NOTE:
we did try your Live Sass Compiler to compile https://github.com/Dogfalo/materialize/releases/download/v0.100.1/materialize-src-v0.100.1.zip
but it gave me a syntax error

@AminLA AminLA changed the title support path exclusion support path/file/extension/regexpr based exclusion Aug 1, 2017
@ritwickdey
Copy link
Owner

ritwickdey commented Aug 1, 2017

Okay! Thanks a lot for the suggestion. I'll try my best to add the feature.

[ About the Live Sass Compiler : yep! I noticed. This is a issue of Sass.js library. I opened a issue on there github page & I'm waiting for there response medialize/sass.js#91 ]

@ritwickdey
Copy link
Owner

ritwickdey commented Aug 4, 2017

Hi, I added this feature under a settings (liveServer.settings.ignoreFiles). Update the extension to v1.6.8 and please give a try. Let me know, if you like it or not.

For now, I am closing the issue.

And I open a new issue regarding the Sass problem. ritwickdey/vscode-live-sass-compiler#6 . That is completely Known Sass Library issue. I will update the extension once a new Stable update is released. For now, you can check out the Workaround section.

@AminLA
Copy link
Author

AminLA commented Aug 8, 2017

it worked perfectly, thanks m8

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

No branches or pull requests

3 participants