From 072f02251a739545c07974019cdafa2ee6796438 Mon Sep 17 00:00:00 2001 From: Biswajit D Baruah Date: Sun, 25 Dec 2016 16:15:23 +0530 Subject: [PATCH] when ignoring an array of links, internal link(#) must be the primary value --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7607629..13fe735 100644 --- a/Rakefile +++ b/Rakefile @@ -19,7 +19,7 @@ end desc "Test the build" task :test => [:build] do - sh "bundle exec htmlproofer --url-ignore \"/linkedin.com/\" ./_site" + sh "bundle exec htmlproofer --url-ignore \"/#.*/,/linkedin.com/\" ./_site" end desc "Publish to S3"