From d2e9e6c07c21b2fbcae356b565352114c4214e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Mon, 23 Apr 2012 18:10:28 +0200 Subject: [PATCH] Grunt: Update grunt-html to 0.1.1, renamed task to htmllint --- grunt.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index fd3220659..2e30ffc3b 100644 --- a/grunt.js +++ b/grunt.js @@ -140,7 +140,7 @@ grunt.initConfig({ }, min: minify, cssmin: minifyCSS, - html: { + htmllint: { all: ["demos/**/*.html", "tests/**/*.html"] }, copy: { diff --git a/package.json b/package.json index 5257626f0..e64bbbeb3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt": "0.3.9", "grunt-css": "0.1.1", "grunt-compare-size": "0.1.1", - "grunt-html": "0.1.x", + "grunt-html": "0.1.1", "request": "2.9.153", "rimraf": "2.0.1" }, -- 2.39.5