Skip to content

Commit

Permalink
Fix import/src paths by removing ../bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
robbear committed May 12, 2015
1 parent 7b4d439 commit 4f055f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basic-framed-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@demo ../packages/sample/basic-seamless-iframe/index.html
-->

<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../polymer/polymer.html">
<script src="../basic-shared/ContentChanged.js"></script>

<dom-module id="basic-framed-content">
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>Sample framed page</title>

<script src="../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="basic-framed-content.html">

<style>
Expand Down

0 comments on commit 4f055f0

Please sign in to comment.