| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7f858bd commit c3ad582
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | require 'nanoc3/tasks' | |
| 2 | - require 'html/proofer' | ||
| 3 | 2 | ||
| 4 | 3 | task :default => [:test] | |
| 5 | 4 | ||
@@ -10,6 +9,7 @@ end | |||
| 10 | 9 | ||
| 11 | 10 | desc "Test the output" | |
| 12 | 11 | task :test => [:clean, :remove_output_dir, :compile] do | |
| 12 | + require 'html/proofer' | ||
| 13 | 13 | HTML::Proofer.new("./output").run | |
| 14 | 14 | end | |
| 15 | 15 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments