Skip to content

Commit bcdbd28

Browse files
committed
Upgrade to grunt-jquery-content 0.5.10, add grunt-check-modules to grunt file.
1 parent bd661f3 commit bcdbd28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

grunt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ grunt.loadNpmTasks( "grunt-clean" );
88
grunt.loadNpmTasks( "grunt-html" );
99
grunt.loadNpmTasks( "grunt-wordpress" );
1010
grunt.loadNpmTasks( "grunt-jquery-content" );
11+
grunt.loadNpmTasks( "grunt-check-modules" );
1112

1213
grunt.initConfig({
1314
clean: {
@@ -44,7 +45,7 @@ grunt.initConfig({
4445
});
4546

4647
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");
4849
grunt.registerTask( "deploy", "wordpress-deploy" );
4950

5051
};

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"grunt-clean": "0.3.0",
2626
"grunt-html": "0.1.1",
2727
"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"
2930
}
3031
}

0 commit comments

Comments
 (0)