sindresorhus / gulp-vulcanize

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

Fix bug using absolute imports #41

Closed jrasky closed 7 years ago

jrasky commented 7 years ago

Handle abspath, adjusting the file path given to vulcanize according to the abspath option.

Also added a test for this situation.

jrasky commented 7 years ago

Some builds on older node failed due to code in xo, is it still valid to test on those versions of node?