Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

yo polymer:el creates wrong import path to Polymer #64

Closed
trevordmiller opened this issue Aug 9, 2014 · 0 comments
Closed

yo polymer:el creates wrong import path to Polymer #64

trevordmiller opened this issue Aug 9, 2014 · 0 comments

Comments

@trevordmiller
Copy link

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">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant