Simpler way to install nokogiri with system extensions
This commit is contained in:
parent
51c7757543
commit
10d4e023c8
|
@ -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... "
|
||||
|
|
Loading…
Reference in New Issue