From 9f5052cbc0dbc83d92e4e79c81124fdc83d7a579 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 1 Feb 2014 23:59:59 +0200 Subject: [PATCH] Jekyll-assets: use the uncompressed Bootstrap JavaScript and the logical name of assets. --- _assets/javascripts/bootstrap.js | 1 + _assets/javascripts/bootstrap.min.js | 1 - _layouts/default.html | 10 +++++----- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 120000 _assets/javascripts/bootstrap.js delete mode 120000 _assets/javascripts/bootstrap.min.js diff --git a/_assets/javascripts/bootstrap.js b/_assets/javascripts/bootstrap.js new file mode 120000 index 0000000..b2c5ebd --- /dev/null +++ b/_assets/javascripts/bootstrap.js @@ -0,0 +1 @@ +../vendor/bootstrap/dist/js/bootstrap.js \ No newline at end of file diff --git a/_assets/javascripts/bootstrap.min.js b/_assets/javascripts/bootstrap.min.js deleted file mode 120000 index 8ec0ded..0000000 --- a/_assets/javascripts/bootstrap.min.js +++ /dev/null @@ -1 +0,0 @@ -../vendor/bootstrap/dist/js/bootstrap.min.js \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 0d43592..3eb3963 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,12 +11,12 @@ {{ site.title }} - {% stylesheet bootstrap.css %} + {% stylesheet bootstrap %} - {% stylesheet bootstrap-theme.css %} + {% stylesheet bootstrap-theme %} - {% stylesheet theme.css %} + {% stylesheet theme %} - {% javascript bootstrap.min.js %} - {% javascript holder.js %} + {% javascript bootstrap %} + {% javascript holder %}