Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit734f3fc

Browse files
committed
Separaterun_proofer task into separate action
1 parent8d43ff4 commit734f3fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ task :compile do
1010
end
1111

1212
desc"Test the output"
13-
task:test=>[:clean,:remove_output_dir,:compile]do
13+
task:test=>[:clean,:remove_output_dir,:compile,:run_proofer]
14+
15+
desc"Run the HTML-Proofer"
16+
task:run_prooferdo
1417
require'html/proofer'
1518
ignored_links=[%r{www.w3.org}]
1619
latest_ent_version=GitHub::Resources::Helpers::CONTENT['LATEST_ENTERPRISE_VERSION']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp