server/bo_client/app/index.html
changeset 20 a9b98b16b053
parent 4 f55970e41793
child 28 b0b56e0f8c7f
--- a/server/bo_client/app/index.html	Fri Nov 27 17:59:36 2015 +0100
+++ b/server/bo_client/app/index.html	Tue Dec 01 13:33:08 2015 +0100
@@ -18,7 +18,7 @@
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 
     <![endif]-->
-    <link rel="stylesheet" href="assets/vendor.css">
+    <link rel="stylesheet" href="assets/bo-client-vendor.css">
     <link rel="stylesheet" href="assets/bo-client.css">
 
     {{content-for 'head-footer'}}
@@ -51,7 +51,7 @@
 
     {{content-for 'body'}}
 
-    <script src="assets/vendor.js"></script>
+    <script src="assets/bo-client-vendor.js"></script>
     <script src="assets/bo-client.js"></script>
 
   </body>