-
Notifications
You must be signed in to change notification settings - Fork 25
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
automatic html and css checking #14
Comments
and links - e.g. |
and spellchecking(!) |
Added a Website Crawler & Validator I had previously written - see 2788c69 … It runs the validator against the remote http://wurmlab.github.io and not a local copy (shouldn’t be difficult to adapt the code if required)... Here’s how to run it: brew install tidy-html5
bundle install
bundle exec rake validate_website And here’s the current output:
|
That's awesome @IsmailM - and a bit scary!! |
Pretty cool! I think running against the deployed version is no-problem. |
Are these issues resolved? |
Can we get a travis setup going to check for html and css validity?
The text was updated successfully, but these errors were encountered: