File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module.exports = function( grunt ) {
55"use strict" ;
66
77grunt . loadNpmTasks ( "grunt-clean" ) ;
8- grunt . loadNpmTasks ( "grunt-html" ) ;
98grunt . loadNpmTasks ( "grunt-wordpress" ) ;
109grunt . loadNpmTasks ( "grunt-jquery-content" ) ;
1110grunt . 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 ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments