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"
|
echo "Site files have been changed, proofing"
|
||||||
if ! [[ $(command -v htmlproof) ]]; then
|
if ! [[ $(command -v htmlproof) ]]; then
|
||||||
echo "Installing HTML::Proofer"
|
echo "Installing HTML::Proofer"
|
||||||
gem install nokogiri -- --use-system-libraries
|
gem install html-proofer -- --use-system-libraries
|
||||||
gem install html-proofer
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "\nGenerating site... "
|
printf "\nGenerating site... "
|
||||||
|
|
Loading…
Reference in New Issue