generator-polymer icon indicating copy to clipboard operation
generator-polymer copied to clipboard

Use forward slash in path for polymer:el

Open dominikIncibit opened this issue 9 years ago • 1 comments

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?

dominikIncibit avatar Apr 05 '16 07:04 dominikIncibit

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?

robdodson avatar Apr 05 '16 16:04 robdodson