Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unbundle] Changed to use plugin jekyll-cache-bust plugin #2979

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'jekyll'
# Core plugins that directly affect site building
group :jekyll_plugins do
gem 'jekyll-archives'
gem 'jekyll-cache-bust'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
gem 'jekyll-get-json'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ GEM
webrick (~> 1.7)
jekyll-archives (2.3.0)
jekyll (>= 3.6, < 5.0)
jekyll-cache-bust (0.0.1)
jekyll (>= 3.6, < 5.0)
jekyll-email-protect (1.1.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
Expand Down Expand Up @@ -261,6 +263,7 @@ DEPENDENCIES
httparty
jekyll
jekyll-archives
jekyll-cache-bust
jekyll-email-protect
jekyll-feed
jekyll-get-json
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ keep_files:
# Plug-ins
plugins:
- jekyll-archives
- jekyll-cache-bust
- jekyll-email-protect
- jekyll-feed
- jekyll-get-json
Expand Down
51 changes: 0 additions & 51 deletions _plugins/cache-bust.rb

This file was deleted.