enforce SRI

This commit is contained in:
Ben Balter 2018-04-10 09:51:42 -04:00
parent 83790cfac3
commit 718b8596cd
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --disable-external
bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
bundle exec rubocop -D
bundle exec script/validate-html
gem build jekyll-theme-hacker.gemspec