Answer the question
In order to leave comments, you need to log in
How to ignore files with underscores in sublime sass?
In general, there is a sass file compiler for sublime - https://packagecontrol.io/packages/SASS%20Build
also a plugin for launching this compiler - https://github.com/alexnj/SublimeOnSaveBuild
the problem is that it works on all sass files or scss. and I need to make it ignore files like _source.scss
googled this setting for SublimeOnSaveBuild:
{
"filename_filter": "(/|\\\\|^)(?!_)(\\w+)\\.(css|js|sass|less|scss)$",
"build_on_save": 1
}
Answer the question
In order to leave comments, you need to log in
figured it out. somehow Makar the line "filename_filter":
ended up in Preferences.sublime-settings and therefore, whatever you write in SublimeOnSaveBuild.sublime-settings - did not work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question