sindresorhus / gulp-vulcanize

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

Vulcanize breaks when you include a directory (with index file) #21

Closed pcvandamcb closed 9 years ago

pcvandamcb commented 9 years ago

With imports you can have a directory and include an index.html file, like this:

<link rel="import" href="elements/elementgroup" />

If that directory contains an index.html, it will load that. Vulcanize breaks on this giving: Error: EISDIR, illegal operation on a directory

pcvandamcb commented 9 years ago

Sorry should not be here.