diff options
| -rw-r--r-- | Gruntfile.js | 2 |
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: { |
