File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
7
7
grunt . loadNpmTasks ( "grunt-clean" ) ;
8
8
grunt . loadNpmTasks ( "grunt-wordpress" ) ;
9
9
grunt . loadNpmTasks ( "grunt-jquery-content" ) ;
10
+ grunt . loadNpmTasks ( "grunt-check-modules" ) ;
10
11
11
12
grunt . initConfig ( {
12
13
clean : {
@@ -37,7 +38,7 @@ grunt.initConfig({
37
38
38
39
grunt . registerTask ( "default" , "build-wordpress" ) ;
39
40
grunt . registerTask ( "build" , "build-pages build-xml-entries build-xml-categories build-xml-full build-resources" ) ;
40
- grunt . registerTask ( "build-wordpress" , "clean lint xmllint build" ) ;
41
+ grunt . registerTask ( "build-wordpress" , "check-modules clean lint xmllint build" ) ;
41
42
grunt . registerTask ( "tidy" , "xmllint xmltidy" ) ;
42
43
43
44
} ;
Original file line number Diff line number Diff line change 24
24
"grunt" : " 0.3.x" ,
25
25
"grunt-clean" : " 0.3.0" ,
26
26
"grunt-wordpress" : " 1.0.3" ,
27
- "grunt-jquery-content" : " 0.5.x"
27
+ "grunt-jquery-content" : " 0.5.x" ,
28
+ "grunt-check-modules" : " 0.1.0"
28
29
},
29
30
"devDependencies" : {},
30
31
"keywords" : []
You can’t perform that action at this time.
0 commit comments