From e8f7d79d55f22d963fd441d0956fb4891f24e6a2 Mon Sep 17 00:00:00 2001
From: Shawn Meyer <sgmeyer@gmail.com>
Date: Fri, 18 Oct 2013 07:35:27 -0500
Subject: [PATCH] Fixing index.html script ref bug

---
 app/templates/_index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app/templates/_index.html b/app/templates/_index.html
index 627d0f1..5f8ee57 100755
--- a/app/templates/_index.html
+++ b/app/templates/_index.html
@@ -11,7 +11,7 @@
   <title><%= gameName %></title>
   <meta name="description" content="">
   <meta name="viewport" content="width=device-width">
-  <script src="src/libs/modernizr/modernizr.js"></script>
+  <script src="src/bower_components/modernizr/modernizr.js"></script>
   <style type="text/css">body {-webkit-tap-highlight-color: rgba(0,0,0,0);  margin: 0;}</style>
 </head>
 <body>
@@ -19,11 +19,11 @@
 
   <!-- Add your site or application content here -->
 
-  <script src="src/libs/jquery/jquery.js"></script>
+  <script src="src/bower_components/jquery/jquery.js"></script>
   <script src="src/libs/crafty/crafty.js"></script>
-  <script src="src/libs/underscore/underscore.js"></script>
-  <script src="src/libs/backbone/backbone.js"></script>
-  <script src="src/libs/requirejs-jquery/parts/require.js"></script>
+  <script src="src/bower_components/underscore/underscore.js"></script>
+  <script src="src/bower_components/backbone/backbone.js"></script>
+  <script src="src/bower_components/requirejs-jquery/parts/require.js"></script>
   <script src="src/game.js"></script>
   <script type="text/javascript">
   gameContainer = {