sindresorhus / gulp-vulcanize

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

"No resolver found" error on Windows #27

Closed wq9 closed 9 years ago

wq9 commented 9 years ago

When using gulp-vulcanize on Windows, file.path is an absolute path like "C:\web...". This results in "no resolver found" error and prevents vulcanize from working correctly.

See PolymerElements/polymer-starter-kit/issues/62

sindresorhus commented 9 years ago

This task just passes the file path to vulcanize. It's up to vulcanize to handle the path correctly.

Open an issue on vulcanize: https://github.com/Polymer/vulcanize/issues/new