jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

Can I specify glob pattern auto-compiling? #70

Closed kamrenz closed 9 years ago

kamrenz commented 9 years ago

I have a folder that contains all my Less code. I want that whole folder to be watched. How is something like the following accomplished?

{ "less": [ "src/css/main.less", "src/css/less-component/*.less" ] }
jdiehl commented 9 years ago

This is not possible and does not make sense in my opinion for this extension. If you want to compile a number of less scripts, you should consider using gulp or grunt.