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