mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Check HTML validity of JS visual tests too
[skip sauce]
This commit is contained in:
+1
-1
@@ -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.'
|
'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: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user