less-plugin-glob
less-plugin-glob copied to clipboard
Advanced glob patterns not working
I am looking for a way to include all less files in a structure but explicitly exclude some.
According to node-glob
Something like this should work:
@import "['header/*.less', '!header/terms.less']";
It seems to me that none of these advanced patterns are working. e.g.:
[...]
!(pattern|pattern|pattern)
Please specify which glob patterns are actually working
+1