compile-hero
compile-hero copied to clipboard
Can get ignore to work with array and multiple directories
I want to ignore two locations. My config looks like this
"compile-hero.ignore": [
"**/club/html/vote/**",
"**/club/NewClub/**"
]
But compile-hero still compiles my scss files in those subdirectories.
If I change my config to one directory without an array like this, the ignoring works.
"compile-hero.ignore": "**/club/html/vote/**"
Any help appreciated.
Can you upload your directory to git, show me the specific directory structure and files.