mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
Merge pull request #18285 from twbs/lint-visual-tests
Check HTML validity of JS visual tests too
This commit is contained in:
commit
c2159e0f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue