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

Commit 6002fd5

Browse files
author
Rob Dodson
committed
Fixes #64. yo polymer:el creating wrong path
1 parent b674c2b commit 6002fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

el/templates/_element.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="import" href="../bower_components/polymer/polymer.html">
1+
<link rel="import" href="../../bower_components/polymer/polymer.html">
22

33
<polymer-element name="<%= elementName %>" attributes="">
44
<template><% if (!externalStyle) { %>

0 commit comments

Comments
 (0)