generator-polymer
generator-polymer copied to clipboard
Use forward slash in path for polymer:el
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?
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?