0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #18285 from twbs/lint-visual-tests

Check HTML validity of JS visual tests too
This commit is contained in:
Chris Rebert 2015-11-19 02:20:49 -08:00
commit c2159e0f7d

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