Skip to content

Commit

Permalink
component.json/components -> bower.json/bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Sawchuk committed May 1, 2013
1 parent 6de9e4b commit 3e59664
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions vanilla-examples/vanillajs/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>VanillaJS • TodoMVC</title>
<link rel="stylesheet" href="components/todomvc-common/base.css">
<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
</head>
<body>
<section id="todoapp">
Expand Down Expand Up @@ -37,8 +37,8 @@ <h1>todos</h1>
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://twitter.com/oscargodson">Oscar Godson</a></p>
</footer>
<script src="components/todomvc-common/base.js"></script>
<script src="components/director/build/director.js"></script>
<script src="bower_components/todomvc-common/base.js"></script>
<script src="bower_components/director/build/director.js"></script>
<script>
// Bootstrap app data
window.app = {};
Expand Down

0 comments on commit 3e59664

Please sign in to comment.