mirror of
https://github.com/github/choosealicense.com
synced 2025-03-11 18:51:52 +01:00
Merge pull request #342 from github/jekyll3-tests-cleanup
Fix #341 tests that broke post Jekyll 3 upgrade
This commit is contained in:
commit
c58e248d9d
1
Rakefile
1
Rakefile
@ -11,6 +11,7 @@ task :test do
|
|||||||
sh "bundle exec jekyll build --trace"
|
sh "bundle exec jekyll build --trace"
|
||||||
Rake::Task["spec"].invoke
|
Rake::Task["spec"].invoke
|
||||||
HTML::Proofer.new("./_site", :check_html => true,
|
HTML::Proofer.new("./_site", :check_html => true,
|
||||||
|
:validation => { :ignore_script_embeds => true },
|
||||||
:href_swap => { %r{http://choosealicense.com} => "" }).run
|
:href_swap => { %r{http://choosealicense.com} => "" }).run
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ gems:
|
|||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
- jekyll-coffeescript
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
sass_dir: _sass
|
sass_dir: _sass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user