0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Check HTML validity of JS visual tests too

[skip sauce]
This commit is contained in:
Chris Rebert 2015-11-19 01:49:12 -08:00
parent eea6690d0e
commit 7d2ee3c24c

View 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: {