File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
5
5
grunt . loadNpmTasks ( "grunt-clean" ) ;
6
6
grunt . loadNpmTasks ( "grunt-wordpress" ) ;
7
7
grunt . loadNpmTasks ( "grunt-jquery-content" ) ;
8
+ grunt . loadNpmTasks ( "grunt-check-modules" ) ;
8
9
9
10
grunt . initConfig ( {
10
11
clean : {
@@ -39,7 +40,7 @@ grunt.initConfig({
39
40
40
41
grunt . registerTask ( "default" , "build-wordpress" ) ;
41
42
grunt . registerTask ( "build" , "build-pages build-xml-entries build-xml-categories build-resources build-xml-full" ) ;
42
- grunt . registerTask ( "build-wordpress" , "clean lint xmllint build" ) ;
43
+ grunt . registerTask ( "build-wordpress" , "check-modules clean lint xmllint build" ) ;
43
44
grunt . registerTask ( "tidy" , "xmllint xmltidy" ) ;
44
45
45
46
} ;
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.9"
27
+ "grunt-jquery-content" : " 0.5.9" ,
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