Skip to content

Commit

Permalink
fix path issues on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdave committed Jan 19, 2014
1 parent 9e3450a commit 86e50d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
2 changes: 1 addition & 1 deletion examples/movies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

</footer>

<script data-main="js/main" src="../../../bower_components/requirejs/require.js"></script>
<script data-main="js/main" src="../../bower_components/requirejs/require.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion examples/widgets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

</footer>

<script data-main="js/main" src="../../../bower_components/requirejs/require.js"></script>
<script data-main="js/main" src="../../bower_components/requirejs/require.js"></script>

</body>
</html>

0 comments on commit 86e50d1

Please sign in to comment.