Skip to content

Commit

Permalink
move dev pages to wclite
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Jun 16, 2015
1 parent 696184e commit bda1ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mm-action/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../mm-icon/mm-icon.html">
<link rel="import" href="mm-action.html">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion src/mm-header/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="mm-header.html">
<style type="text/css">
body, html {
Expand Down
2 changes: 1 addition & 1 deletion src/mm-icon/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<script language="javascript" src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="mm-icon.html">
<style type="text/css">
body, html {
Expand Down

0 comments on commit bda1ca6

Please sign in to comment.