2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

finish flattening repo structure; add dist folder of compiled css/js

This commit is contained in:
Mark Otto
2013-07-18 18:14:49 -07:00
parent a8005b3d0b
commit 7bb8817947
9 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
</title>
<!-- Bootstrap core CSS -->
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<link href="/dist/css/bootstrap.css" rel="stylesheet">
{% if page.layout != "example" %}
<!-- Documentation extras -->
@@ -23,7 +23,7 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<script src="/assets/js/respond/respond.min.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->