diff options
| author | Chris Rebert <[email protected]> | 2015-11-19 02:20:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-19 02:20:49 -0800 |
| commit | c2159e0f7ddbaf7f7792fedce48b35b83a47692a (patch) | |
| tree | 9640ab8db62a8b9ad8260be5ff687566fe1da76f | |
| parent | 580e2f7845c4ca2d1cf60d6ada5ab6fba9b0a025 (diff) | |
| parent | 7d2ee3c24c102fca17a9d64f3ae69fa50de80052 (diff) | |
| download | bootstrap-c2159e0f7ddbaf7f7792fedce48b35b83a47692a.tar.xz bootstrap-c2159e0f7ddbaf7f7792fedce48b35b83a47692a.zip | |
Merge pull request #18285 from twbs/lint-visual-tests
Check HTML validity of JS visual tests too
| -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: { |
