Skip to content

Commit be23b57

Browse files
committed
fix(deps): move html-proofer to test group
Resolves nokogiri compilation errors in Cloudflare Pages by excluding html-proofer from production builds
1 parent fe5b2d5 commit be23b57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
1919
gem "jekyll-seo-tag"
2020
gem 'jekyll-compress-images', :git => 'https://github.com/valerijaspasojevic/jekyll-compress-images.git'
21+
end
22+
23+
group :test do
2124
gem 'html-proofer'
2225
end
2326

0 commit comments

Comments
 (0)