1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Use npm for bootstrap and fontawesome-pro assets

This commit is contained in:
2021-01-15 01:36:48 -06:00
parent 130e497b5e
commit 6d6382c1dd
104 changed files with 152 additions and 20713 deletions

View File

@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"
gem "jekyll", "~> 3.9.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
@ -22,9 +22,11 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end
# Jekyll 3.9.0 now requires this explicitly installs, apparently
gem "kramdown-parser-gfm", "~> 1.1.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?