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

Multiple output files #1

Closed karneaud closed 8 years ago

karneaud commented 9 years ago

Does this mean I can have more than one .concat to handle more than one output file?

thus

src/ --script1.js.concat --script2.js.concat

outputs

js/ --script1.js --script2.js

?

RobLoach commented 9 years ago

Yup! Can have multiple concatinated files. See the test for an example: https://github.com/RobLoach/metalsmith-concat-convention/tree/master/test/fixtures/multiple/src