]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Check HTML validity of JS visual tests too 18285/head
authorChris Rebert <code@chrisrebert.com>
Thu, 19 Nov 2015 09:49:12 +0000 (01:49 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 19 Nov 2015 09:49:16 +0000 (01:49 -0800)
[skip sauce]

Gruntfile.js

index 5ae0eef65e8108c399aab784ee5709687de79cd1..5e6dad86686e5d25f97829b711f61a7b8d765f57 100644 (file)
@@ -356,7 +356,7 @@ module.exports = function (grunt) {
           'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
         ]
       },
-      src: '_gh_pages/**/*.html'
+      src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html']
     },
 
     watch: {