1
Fork 0

Jekyll-assets: use the uncompressed Bootstrap JavaScript and the logical name of assets.

master
vonavi 2014-02-01 23:59:59 +02:00
parent b178feec2a
commit 9f5052cbc0
3 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1 @@
../vendor/bootstrap/dist/js/bootstrap.js

View File

@ -1 +0,0 @@
../vendor/bootstrap/dist/js/bootstrap.min.js

View File

@ -11,12 +11,12 @@
<title>{{ site.title }}</title>
<!-- Bootstrap core CSS -->
{% stylesheet bootstrap.css %}
{% stylesheet bootstrap %}
<!-- Bootstrap theme -->
{% stylesheet bootstrap-theme.css %}
{% stylesheet bootstrap-theme %}
<!-- Custom styles for this template -->
{% stylesheet theme.css %}
{% stylesheet theme %}
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@ -34,7 +34,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
{% javascript bootstrap.min.js %}
{% javascript holder.js %}
{% javascript bootstrap %}
{% javascript holder %}
</body>
</html>