Closed wq9 closed 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
This task just passes the file path to vulcanize. It's up to vulcanize to handle the path correctly.
vulcanize
Open an issue on vulcanize: https://github.com/Polymer/vulcanize/issues/new
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