aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-19 01:49:12 -0800
committerChris Rebert <[email protected]>2015-11-19 01:49:16 -0800
commit7d2ee3c24c102fca17a9d64f3ae69fa50de80052 (patch)
treeaa80165378918feb18a3e78bd1654587f65a4f4b
parenteea6690d0e47b25a02bb42e610fde7e5ecd247d7 (diff)
downloadbootstrap-7d2ee3c24c102fca17a9d64f3ae69fa50de80052.tar.xz
bootstrap-7d2ee3c24c102fca17a9d64f3ae69fa50de80052.zip
Check HTML validity of JS visual tests too
[skip sauce]
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5ae0eef65..5e6dad866 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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: {