Skip to content

Commit cbee33f

Browse files
committed
Build: Remove grunt-html
1 parent f933bef commit cbee33f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

grunt.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = function( grunt ) {
55
"use strict";
66

77
grunt.loadNpmTasks( "grunt-clean" );
8-
grunt.loadNpmTasks( "grunt-html" );
98
grunt.loadNpmTasks( "grunt-wordpress" );
109
grunt.loadNpmTasks( "grunt-jquery-content" );
1110
grunt.loadNpmTasks( "grunt-check-modules" );
@@ -14,9 +13,6 @@ grunt.initConfig({
1413
clean: {
1514
wordpress: "dist/"
1615
},
17-
htmllint: {
18-
resources: "resources/*.html"
19-
},
2016
jshint: {
2117
options: {
2218
undef: true,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"dependencies": {
2424
"grunt": "0.3.17",
2525
"grunt-clean": "0.3.0",
26-
"grunt-html": "0.1.1",
2726
"grunt-wordpress": "1.2.1",
2827
"grunt-jquery-content": "0.13.0",
2928
"grunt-check-modules": "0.1.0"

0 commit comments

Comments
 (0)