diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 15:01:06 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:49:01 -0700 |
| commit | bb5be0a2f9b9ed789e79603c106e8d2c7cf62305 (patch) | |
| tree | 84f95ba32d0b99098f94aa7004b44ba5adaeb8cb /package.json | |
| parent | 715e924217003446661ed0e6ff62a0a64ea8a510 (diff) | |
| download | bootstrap-bb5be0a2f9b9ed789e79603c106e8d2c7cf62305.tar.xz bootstrap-bb5be0a2f9b9ed789e79603c106e8d2c7cf62305.zip | |
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" } |
