Suppress Bootstrap files from being converted by 'jekyll-assets'.
This commit is contained in:
parent
d92ccf2af6
commit
0011e05989
1
_assets/javascripts/bootstrap.js
vendored
1
_assets/javascripts/bootstrap.js
vendored
@ -1 +0,0 @@
|
||||
../vendor/bootstrap/dist/js/bootstrap.js
|
51
_assets/stylesheets/bootstrap.css.less
vendored
51
_assets/stylesheets/bootstrap.css.less
vendored
@ -1,51 +0,0 @@
|
||||
@bootstrap-less-path: "../vendor/bootstrap/less/";
|
||||
|
||||
// Core variables and mixins
|
||||
@import "@{bootstrap-less-path}variables.less";
|
||||
@import "@{bootstrap-less-path}mixins.less";
|
||||
|
||||
// Reset
|
||||
@import "@{bootstrap-less-path}normalize.less";
|
||||
@import "@{bootstrap-less-path}print.less";
|
||||
|
||||
// Core CSS
|
||||
@import "@{bootstrap-less-path}scaffolding.less";
|
||||
@import "@{bootstrap-less-path}type.less";
|
||||
@import "@{bootstrap-less-path}code.less";
|
||||
@import "@{bootstrap-less-path}grid.less";
|
||||
@import "@{bootstrap-less-path}tables.less";
|
||||
@import "@{bootstrap-less-path}forms.less";
|
||||
@import "@{bootstrap-less-path}buttons.less";
|
||||
|
||||
// Components
|
||||
@import "@{bootstrap-less-path}component-animations.less";
|
||||
@import "@{bootstrap-less-path}glyphicons.less";
|
||||
@import "@{bootstrap-less-path}dropdowns.less";
|
||||
@import "@{bootstrap-less-path}button-groups.less";
|
||||
@import "@{bootstrap-less-path}input-groups.less";
|
||||
@import "@{bootstrap-less-path}navs.less";
|
||||
@import "@{bootstrap-less-path}navbar.less";
|
||||
@import "@{bootstrap-less-path}breadcrumbs.less";
|
||||
@import "@{bootstrap-less-path}pagination.less";
|
||||
@import "@{bootstrap-less-path}pager.less";
|
||||
@import "@{bootstrap-less-path}labels.less";
|
||||
@import "@{bootstrap-less-path}badges.less";
|
||||
@import "@{bootstrap-less-path}jumbotron.less";
|
||||
@import "@{bootstrap-less-path}thumbnails.less";
|
||||
@import "@{bootstrap-less-path}alerts.less";
|
||||
@import "@{bootstrap-less-path}progress-bars.less";
|
||||
@import "@{bootstrap-less-path}media.less";
|
||||
@import "@{bootstrap-less-path}list-group.less";
|
||||
@import "@{bootstrap-less-path}panels.less";
|
||||
@import "@{bootstrap-less-path}wells.less";
|
||||
@import "@{bootstrap-less-path}close.less";
|
||||
|
||||
// Components w/ JavaScript
|
||||
@import "@{bootstrap-less-path}modals.less";
|
||||
@import "@{bootstrap-less-path}tooltip.less";
|
||||
@import "@{bootstrap-less-path}popovers.less";
|
||||
@import "@{bootstrap-less-path}carousel.less";
|
||||
|
||||
// Utility classes
|
||||
@import "@{bootstrap-less-path}utilities.less";
|
||||
@import "@{bootstrap-less-path}responsive-utilities.less";
|
@ -3,7 +3,7 @@ title: LORChess
|
||||
permalink: pretty
|
||||
|
||||
destination: public
|
||||
exclude: ['Gemfile*', 'Guardfile', 'README*', 'vendor']
|
||||
exclude: ['assets/vendor', 'Gemfile*', 'Guardfile', 'README*', 'vendor']
|
||||
keep_files: ['.gitkeep']
|
||||
|
||||
encoding: UTF-8
|
||||
|
@ -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 %}
|
||||
|
1
assets/css/bootstrap.min.css
vendored
Symbolic link
1
assets/css/bootstrap.min.css
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../vendor/bootstrap/docs/dist/css/bootstrap.min.css
|
1
assets/js/bootstrap.min.js
vendored
Symbolic link
1
assets/js/bootstrap.min.js
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../vendor/bootstrap/dist/js/bootstrap.min.js
|
Loading…
Reference in New Issue
Block a user