just-boris / less-plugin-glob

Globbing support for LESS
MIT License
70 stars 12 forks source link

Advanced glob patterns not working #16

Open philipp-serfling opened 6 years ago

philipp-serfling commented 6 years ago

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

dutscher commented 6 years ago

+1