yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

Generates Backslashes when used in Windows, this results in incorred URI's #76

Closed krial057 closed 9 years ago

krial057 commented 10 years ago

When using 'yo polymer:el' and chose to add the elements into the elements.html, in Windows it will generate Backslashes which makes the URI invalid and not rendering correctly in some Browsers:

You will need to change path.join in 'el/index.js' to always connect the paths with a slash.

Regards Alain

robdodson commented 9 years ago

Believe this is fixed by this commit: https://github.com/yeoman/generator-polymer/commit/49a931ccf8f364311898ea1f3186b6a8acb15c7e

Let me know if you still experience the issue and I can reopen the ticket