mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Simpler way to install nokogiri with system extensions
This commit is contained in:
@@ -10,8 +10,7 @@ fi
|
||||
echo "Site files have been changed, proofing"
|
||||
if ! [[ $(command -v htmlproof) ]]; then
|
||||
echo "Installing HTML::Proofer"
|
||||
gem install nokogiri -- --use-system-libraries
|
||||
gem install html-proofer
|
||||
gem install html-proofer -- --use-system-libraries
|
||||
fi
|
||||
|
||||
printf "\nGenerating site... "
|
||||
|
||||
Reference in New Issue
Block a user