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 @@ -8,6 +8,7 @@ grunt.loadNpmTasks( "grunt-clean" );
8
8
grunt . loadNpmTasks ( "grunt-html" ) ;
9
9
grunt . loadNpmTasks ( "grunt-wordpress" ) ;
10
10
grunt . loadNpmTasks ( "grunt-jquery-content" ) ;
11
+ grunt . loadNpmTasks ( "grunt-check-modules" ) ;
11
12
12
13
grunt . initConfig ( {
13
14
clean : {
@@ -44,7 +45,7 @@ grunt.initConfig({
44
45
} ) ;
45
46
46
47
grunt . registerTask ( "default" , "wordpress-deploy" ) ;
47
- grunt . registerTask ( "build-wordpress" , "clean lint build-pages build-resources" ) ;
48
+ grunt . registerTask ( "build-wordpress" , "check-modules clean lint build-pages build-resources" ) ;
48
49
grunt . registerTask ( "deploy" , "wordpress-deploy" ) ;
49
50
50
51
} ;
Original file line number Diff line number Diff line change 25
25
"grunt-clean" : " 0.3.0" ,
26
26
"grunt-html" : " 0.1.1" ,
27
27
"grunt-wordpress" : " 1.0.3" ,
28
- "grunt-jquery-content" : " 0.5.9"
28
+ "grunt-jquery-content" : " 0.5.10" ,
29
+ "grunt-check-modules" : " 0.1.0"
29
30
}
30
31
}
You can’t perform that action at this time.
0 commit comments