Skip to content

Commit 7e3add9

Browse files
committed
custom location for components
1 parent c8e52c8 commit 7e3add9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory" : "components"
3+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- deps -->
2-
<link rel="import" href="bower_components/app">
2+
<link rel="import" href="../components/app">
33

44
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/three.js/r69/three.min.js"></script>
55
<script type="text/javascript" src="bower_components/jquery.three/build/jquery.three.js"></script>

0 commit comments

Comments
 (0)