This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
node-sass does not properly exclude non-css files #1867
Labels
Comments
I cannot see that from the limited information you've provided. What's the
No it should not. Node Sass includes .sass, .scss, and .css files. This is part of the language spec and not negotiable. To tell Node Sass where to look for files you set the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is the stacktrace of my error:
As you can see node-sass wrongly includes a temporary ide working file which it should have excluded. Node-sass should also have a way of specifying which files it should include by way of regular expression or some such.
The text was updated successfully, but these errors were encountered: