yeoman / generator-polymer

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

Use forward slash in path for polymer:el #271

Open dominikIncibit opened 8 years ago

dominikIncibit commented 8 years ago

When creating a new polymer element with yo polymer:el the polymer import is done like this: <link rel="import" href="..\..\bower_components/polymer/polymer.html"> and the backslashes are causing issues in firefox which results in the page not loading. Could you please use the (normal) forward slashes instead?

robdodson commented 8 years ago

Hm, looks like this is messing up maybe. https://github.com/yeoman/generator-polymer/blob/master/el/index.js#L102-L105

Are you on Windows?