mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Grunt: Update grunt-html to 0.1.1, renamed task to htmllint
This commit is contained in:
parent
3cb9ab723a
commit
d2e9e6c07c
2
grunt.js
2
grunt.js
@ -140,7 +140,7 @@ grunt.initConfig({
|
||||
},
|
||||
min: minify,
|
||||
cssmin: minifyCSS,
|
||||
html: {
|
||||
htmllint: {
|
||||
all: ["demos/**/*.html", "tests/**/*.html"]
|
||||
},
|
||||
copy: {
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user