bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

Excludes ant path not working correctly #199

Closed jameskleeh closed 6 years ago

jameskleeh commented 6 years ago

Assuming the following directory structure

And the following asset excludes

excludes = ['foo/**/*.less']

The abc.less file will be correctly excluded, but def.less will not

davydotcom commented 6 years ago

Fixed for 3.0.2