summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 404e661..85edf9c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ end
desc 'Test the site using html-proofer'
task :testsite => [:buildsite] do
- options = { :assume_extension => true, :disable_external => true }
+ options = { :assume_extension => true }
HTMLProofer.check_directory("./_site", options).run
end