brunch / less-brunch

Adds LESS support to Brunch
14 stars 18 forks source link

Compile only top file, not included ones #23

Closed edevil closed 8 years ago

edevil commented 8 years ago

Hello.

I have a top LESS file (styles.less) that includes lots of other LESS files. Individually these files do not compile, the only one that compiles successfully is styles.less. It it possible to have less-brunch compile the top file whenever it or the child LESS files change, but don't compile the child LESS files?

Thanks.

edevil commented 8 years ago

It seems that if I name the child documents starting with an underscore it solves my problem.