Jekyll-assets: use the uncompressed Bootstrap JavaScript and the logical name of assets.
This commit is contained in:
parent
b178feec2a
commit
9f5052cbc0
1
_assets/javascripts/bootstrap.js
vendored
Symbolic link
1
_assets/javascripts/bootstrap.js
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../vendor/bootstrap/dist/js/bootstrap.js
|
1
_assets/javascripts/bootstrap.min.js
vendored
1
_assets/javascripts/bootstrap.min.js
vendored
@ -1 +0,0 @@
|
||||
../vendor/bootstrap/dist/js/bootstrap.min.js
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user