You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
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?
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?