Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-11-19 12:49:12 +0300
committerChris Rebert <code@chrisrebert.com>2015-11-19 12:49:16 +0300
commit7d2ee3c24c102fca17a9d64f3ae69fa50de80052 (patch)
treeaa80165378918feb18a3e78bd1654587f65a4f4b /Gruntfile.js
parenteea6690d0e47b25a02bb42e610fde7e5ecd247d7 (diff)
Check HTML validity of JS visual tests too
[skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5ae0eef65e..5e6dad8668 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: {