1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00
choosealicense.com/Rakefile

8 lines
172 B
Ruby
Raw Normal View History

2013-10-23 09:07:51 +02:00
require "html/proofer"
task :test do
sh "bundle exec jekyll build --trace"
2013-10-23 09:20:44 +02:00
# ignore href="#" for the "Copy to clipboard" button
HTML::Proofer.new("./_site").run
2013-10-23 09:07:51 +02:00
end