kalamuna / metalsmith-concat-convention

Metalsmith plugin to concatenate files through file conventions.
http://npm.im/metalsmith-concat-convention
MIT License
4 stars 2 forks source link

All for patterns #2

Closed karneaud closed 8 years ago

karneaud commented 9 years ago

Can we allow for patterns in the .concat file?

e.g.


---
files:
-js/*.js
-js/vendor/modernizr.js
RobLoach commented 9 years ago

It should work, as it inherits from the files option in metalsmith-concat.

Could you put together a test that shows this behavior?