Been trying to get Koala to ignore certain paths in my project. But no matter what it seems to load files from them anyway,
Inside koala-config.json
"ignores": [ "my_path", "my/other/path" ]
and inside of Koala's App Settings -> Advanced
Ignores: my_path, my/other/path
Neither one seems to make it apply to my project. I'd assume the second one would work globally but it still seems to load js, css and scss files from those folders. For example : node_modules
It's quite a hassle because I want to use Koala to build my scss files but whenever I try to add my project to Koala it'll just freeze the client because of all the files it's loading from node_modules and my own custom paths.
Koala version v2.3.0
Bug report or feature request? Bug report?
Been trying to get Koala to ignore certain paths in my project. But no matter what it seems to load files from them anyway,
Inside koala-config.json
"ignores": [ "my_path", "my/other/path" ]
and inside of Koala's App Settings -> Advanced Ignores: my_path, my/other/path
Neither one seems to make it apply to my project. I'd assume the second one would work globally but it still seems to load js, css and scss files from those folders. For example : node_modules It's quite a hassle because I want to use Koala to build my scss files but whenever I try to add my project to Koala it'll just freeze the client because of all the files it's loading from node_modules and my own custom paths.