Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit c3ad582

Browse files
committed
Tuck require 'html/proofer' inside the test task
This avoids problems with github-publisher on Heroku
1 parent 7f858bd commit c3ad582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'nanoc3/tasks'
2-
require 'html/proofer'
32

43
task :default => [:test]
54

@@ -10,6 +9,7 @@ end
109

1110
desc "Test the output"
1211
task :test => [:clean, :remove_output_dir, :compile] do
12+
require 'html/proofer'
1313
HTML::Proofer.new("./output").run
1414
end
1515

0 commit comments

Comments
 (0)