Hi, I want to know how to ignore a folder inside app folder?
I have this:
{
"ignore_dirs": ["tmp", "app/sass"]
}
But changes inside “app/sass” always trigger the build. I don’t want to use ember to compile compass, I want to use compass watch
for this