sindresorhus / gulp-vulcanize

Concatenate a set of Web Components into one file
MIT License
100 stars 25 forks source link

Add support for file renaming #3

Closed yamalight closed 10 years ago

yamalight commented 10 years ago

It's a bit of pain that plugin did not allowed to use output option. This PR changes that.

sindresorhus commented 10 years ago

That won't work as you might have multiple HTML files in the stream. Just use gulp-rename if you want to rename something.

yamalight commented 10 years ago

Hm.. haven't thought about this case. Thanks!