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 has been archived by the owner on Mar 26, 2018. It is now read-only.
The html files that are created with yo polymer:el have the wrong path listed on the HTML import for polymer.html. They need to point up one more directory (ie ../).
They currently use: <link rel="import" href="../bower_components/polymer/polymer.html">
But they should be the following with the new folder-per-component structure: <link rel="import" href="../../bower_components/polymer/polymer.html">
The text was updated successfully, but these errors were encountered:
The html files that are created with
yo polymer:el
have the wrong path listed on the HTML import forpolymer.html
. They need to point up one more directory (ie../
).They currently use:
<link rel="import" href="../bower_components/polymer/polymer.html">
But they should be the following with the new folder-per-component structure:
<link rel="import" href="../../bower_components/polymer/polymer.html">
The text was updated successfully, but these errors were encountered: