2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

use non-minified docs JS on non-gh-pages

This commit is contained in:
Chris Rebert
2014-07-03 13:18:44 -07:00
parent b793fbb13a
commit 92fd25a2a2
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -34,7 +34,11 @@
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../dist/js/bootstrap.min.js"></script>
{% if site.github %}
<script src="../assets/js/docs.min.js"></script>
{% else %}
<script src="../assets/js/src/application.js"></script>
{% endif %}
{% if page.slug == "customize" %}
<script src="../assets/js/customize.min.js"></script>
{% endif %}