We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, the problem i face is that i have two ".scss" files named "core.scss" and "_bootstrap.scss".
The thing is that i have the following settings in my ".json settings" and it does not ignore the underscore named scss file but both of scss files.
Here's what i wrote:
"easycompile.compile": { "ignore" : [ "**/_*.scss" ], "minifyJsOnSave": false, "minifyCssOnSave": true }
any ideas on why this happens?
P.S.: I checked if there's any conflicts with other extensions but since the last time it worked, i haven't added or removed any extensions.
Thanks
The text was updated successfully, but these errors were encountered:
The ignores function expects a relative path. #29
Sorry, something went wrong.
No branches or pull requests
Hi,
the problem i face is that i have two ".scss" files named "core.scss" and "_bootstrap.scss".
The thing is that i have the following settings in my ".json settings" and it does not ignore the underscore named scss file but both of scss files.
Here's what i wrote:
any ideas on why this happens?
P.S.: I checked if there's any conflicts with other extensions but since the last time it worked, i haven't added or removed any extensions.
Thanks
The text was updated successfully, but these errors were encountered: