Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Add check-modules tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Nov 9, 2012
1 parent 5fa03c2 commit 094f5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ grunt.loadNpmTasks( "grunt-clean" );
grunt.loadNpmTasks( "grunt-html" );
grunt.loadNpmTasks( "grunt-wordpress" );
grunt.loadNpmTasks( "grunt-jquery-content" );
grunt.loadNpmTasks( "grunt-check-modules" );

grunt.initConfig({
clean: {
Expand Down Expand Up @@ -41,6 +42,6 @@ grunt.initConfig({
});

grunt.registerTask( "default", "lint" );
grunt.registerTask( "build-wordpress", "clean lint build-pages build-resources");
grunt.registerTask( "build-wordpress", "check-modules clean lint build-pages build-resources");

};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"grunt-clean": "0.3.0",
"grunt-html": "0.1.1",
"grunt-wordpress": "1.0.3",
"grunt-jquery-content": "0.3.4"
"grunt-jquery-content": "0.3.4",
"grunt-check-modules": "0.1.0"
}
}

0 comments on commit 094f5a9

Please sign in to comment.