File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
77grunt . loadNpmTasks ( "grunt-clean" ) ;
88grunt . loadNpmTasks ( "grunt-wordpress" ) ;
99grunt . loadNpmTasks ( "grunt-jquery-content" ) ;
10+ grunt . loadNpmTasks ( "grunt-check-modules" ) ;
1011
1112grunt . initConfig ( {
1213 clean : {
@@ -37,7 +38,7 @@ grunt.initConfig({
3738
3839grunt . registerTask ( "default" , "build-wordpress" ) ;
3940grunt . 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" ) ;
4142grunt . registerTask ( "tidy" , "xmllint xmltidy" ) ;
4243
4344} ;
Original file line number Diff line number Diff line change 2424 "grunt" : " 0.3.x" ,
2525 "grunt-clean" : " 0.3.0" ,
2626 "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"
2829 },
2930 "devDependencies" : {},
3031 "keywords" : []
You can’t perform that action at this time.
0 commit comments