-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add amazing travis file that checks for all kinds of stuff #2
Comments
Other low priority items:
Uncompressed images
|
great stuff -- will definitely be watching this project. Couldn't find the Cheers |
Thank you! FYI, here is more discussion about |
@VirenMohindra Thanks again, FYI, we are now 1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.travis.yml
to callbundler exec rake test
Then add these things below into our
lightning_sites.rb
. Prefer to use thesh html-proofer ...
approach rather than native ruby implementation, if it will save time!htmlproofer --check-external-hash --check-favicon --check-html --check-img-http --check-opengraph --enforce-https --timeframe 30d
<link>
or<script>
go to https websites (done, use--enforce-https
above)<link>
and<script>
tags to external resources should use subresource integrity and CORS, see Check that<link>
and<script>
external resources do use SRI gjtorikian/html-proofer#382)mailto:
links are awesome (include a subject or body)https://support.google.com/webmasters/answer/156184?hl=en
Separate
test_extensive
taskTests that work on a served version of the site (i.e.
php -S localhost:8000
)Currently we use this for travis:
The text was updated successfully, but these errors were encountered: