oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 522 forks source link

Problem with "Ignores" paths in Koala? #723

Open Kithio opened 6 years ago

Kithio commented 6 years ago

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.