Browse Source

Moved all assets to assets folder

Jocelyn Delande 10 years ago
parent
commit
ce51df5dae

dist/css/bootstrap-theme.css → assets/bootstrap/css/bootstrap-theme.css


dist/css/bootstrap-theme.css.map → assets/bootstrap/css/bootstrap-theme.css.map


dist/css/bootstrap-theme.min.css → assets/bootstrap/css/bootstrap-theme.min.css


dist/css/bootstrap.css → assets/bootstrap/css/bootstrap.css


dist/css/bootstrap.css.map → assets/bootstrap/css/bootstrap.css.map


dist/css/bootstrap.min.css → assets/bootstrap/css/bootstrap.min.css


dist/fonts/glyphicons-halflings-regular.eot → assets/bootstrap/fonts/glyphicons-halflings-regular.eot


dist/fonts/glyphicons-halflings-regular.svg → assets/bootstrap/fonts/glyphicons-halflings-regular.svg


dist/fonts/glyphicons-halflings-regular.ttf → assets/bootstrap/fonts/glyphicons-halflings-regular.ttf


dist/fonts/glyphicons-halflings-regular.woff → assets/bootstrap/fonts/glyphicons-halflings-regular.woff


dist/js/bootstrap.js → assets/bootstrap/js/bootstrap.js


dist/js/bootstrap.min.js → assets/bootstrap/js/bootstrap.min.js


dist/js/npm.js → assets/bootstrap/js/npm.js


jquery/jquery-1.11.0.min.js → assets/jquery/jquery-1.11.0.min.js


leaflet/images/marker-icon.png → assets/leaflet/images/marker-icon.png


leaflet/images/marker-shadow.png → assets/leaflet/images/marker-shadow.png


leaflet/leaflet.css → assets/leaflet/leaflet.css


leaflet/leaflet.js → assets/leaflet/leaflet.js


+ 5 - 5
index.html

@@ -5,15 +5,15 @@
     <title>FAIMaison − contribution à l'expérimentation wifi</title>
 
     <!-- jQuery -->
-    <script src="jquery/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="assets/jquery/jquery-1.11.0.min.js" type="text/javascript"></script>
 
     <!-- Bootstrap -->
-    <script src="dist/js/bootstrap.js"></script>
-    <link href="dist/css/bootstrap.min.css" rel="stylesheet">
+    <script src="assets/bootstrap/js/bootstrap.js"></script>
+    <link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
 
     <!-- Leaflet -->
-    <link rel="stylesheet" type="text/css" media="all" href="leaflet/leaflet.css" />
-    <script src="leaflet/leaflet.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" media="all" href="assets/leaflet/leaflet.css" />
+    <script src="assets/leaflet/leaflet.js" type="text/javascript"></script>
 
     <!-- Custom -->
     <link rel="stylesheet" type="text/css" media="all" href="assets/main.css" />