yeoman / generator-polymer

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

Change backslashes in link tag in elements.html #82

Closed germ13 closed 10 years ago

germ13 commented 10 years ago

In the file app\elements\elements.html: <link rel="import" href="my-element\my-element.html"> should be <link rel="import" href="my-element/my-element.html">

The elements.html file, has a link tag with an href attribute. The value of href on Windows is rendered with backslashes instead of forward slashes. Changed.

addyosmani commented 10 years ago

:+1: