1

Suppress Bootstrap files from being converted by 'jekyll-assets'.

This commit is contained in:
vonavi
2014-07-01 14:33:19 +03:00
parent d92ccf2af6
commit 0011e05989
7 changed files with 6 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
<title>{{ site.title }}</title>
<!-- Bootstrap core CSS -->
{% stylesheet bootstrap %}
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<!-- Custom styles for this template -->
{% stylesheet theme %}
@@ -32,8 +32,8 @@
================================================== -->
<!-- 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 %}
{% javascript holder %}
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/holder.js"></script>
<!-- Tablesorter jQuery plugin -->
{% javascript jquery.tablesorter %}