diff options
| author | Mark Otto <[email protected]> | 2013-08-12 21:30:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 21:30:57 -0700 |
| commit | 8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0 (patch) | |
| tree | 9bdf81715ff8846f9d881774d7fd046e92c5752c /package.json | |
| parent | 49576704ea6c24fbc4cb32f44c5986a1e7714634 (diff) | |
| parent | f111c3e763b4a3e10efe0da4e41cd5b4847a2b74 (diff) | |
| download | bootstrap-8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0.tar.xz bootstrap-8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0.zip | |
Merge pull request #9396 from twbs/docs-html-validation
add HTML5 validation of docs pages to the build
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 5f1428316..efcc5af0c 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,8 @@ , "grunt-contrib-uglify": "~0.2.2" , "grunt-contrib-qunit": "~0.2.2" , "grunt-contrib-watch": "~0.5.1" + , "grunt-html-validation": "git://github.com/praveenvijayan/grunt-html-validation.git" + , "grunt-jekyll": "~0.3.8" , "grunt-recess": "~0.3.3" , "browserstack-runner": "~0.0.11" } |
