Skip to content

Commit

Permalink
Updated the jumbo-jekyll-theme to latest version using the jekyll-inc…
Browse files Browse the repository at this point in the history
…lude-cache plugin to reduce build time
  • Loading branch information
Kyle Kirkby committed Aug 23, 2018
1 parent b2c9408 commit 12a1581
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,13 +1,14 @@
source "https://rubygems.org"

# Jumbo Jekyll Theme
gem 'jumbo-jekyll-theme', "2.0.3"
gem 'jumbo-jekyll-theme', "2.1.3"
# Jekyll Plugins
group :jekyll_plugins do
gem "jekyll-data"
gem "nokogiri"
#gem "therubyracer"
gem "jekyll-responsive-image"
gem 'jekyll-include-cache'
end


Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Expand Up @@ -53,6 +53,8 @@ GEM
jekyll (~> 3.3)
jekyll-feed (0.10.0)
jekyll (~> 3.3)
jekyll-include-cache (0.1.0)
jekyll (~> 3.3)
jekyll-paginate-v2 (1.9.4)
jekyll (~> 3.0)
jekyll-readme-index (0.2.0)
Expand All @@ -78,14 +80,15 @@ GEM
jekyll-watch (2.0.0)
listen (~> 3.0)
json (2.1.0)
jumbo-jekyll-theme (2.0.3)
jumbo-jekyll-theme (2.1.3)
autoprefixer-rails (~> 5.0, >= 5.0.0.1)
bootstrap-sass (~> 3.3)
hash-joiner (~> 0)
jekyll (= 3.7.3)
jekyll-assets (= 2.4.0)
jekyll-data (> 0)
jekyll-feed (> 0)
jekyll-include-cache
jekyll-paginate-v2 (> 0)
jekyll-readme-index (= 0.2)
jekyll-redirect-from (~> 0.12)
Expand Down Expand Up @@ -124,17 +127,18 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
uglifier (4.1.17)
uglifier (4.1.18)
execjs (>= 0.3.0, < 3)

PLATFORMS
ruby

DEPENDENCIES
jekyll-data
jekyll-include-cache
jekyll-responsive-image
jumbo-jekyll-theme (= 2.0.3)
jumbo-jekyll-theme (= 2.1.3)
nokogiri

BUNDLED WITH
1.16.1
1.16.3

0 comments on commit 12a1581

Please sign in to comment.