brunch / less-brunch

Adds LESS support to Brunch
14 stars 18 forks source link

ignore certain folders #38

Closed jmls closed 7 years ago

jmls commented 7 years ago

Trying to get round this issue (https://github.com/brunch/less-brunch/issues/37) I was looking for a way to ignore certain folders / files when compiling less

Is there an option to ignore that I am overlooking ?

I've looked at the source, and can't find anything that looks like "ignore" support ;)

jmls commented 7 years ago

I found a way : using conventions in the main brunch config

conventions: {
            ignored: [
              /^bower_components\/angular-ui-grid\/less/
            ],
          },