Skip to content

Commit

Permalink
Add schema-defaults to watch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgreenfield committed Jun 21, 2016
1 parent a28531d commit e55df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/config/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
},
courseJson: {
files: ['<%= sourcedir %>course/**/*.json'],
tasks : ['jsonlint', 'check-json', 'copy:courseJson']
tasks : ['jsonlint', 'check-json', 'copy:courseJson', 'schema-defaults']
},
courseAssets: {
files: ['<%= sourcedir %>course/**/*', '!<%= sourcedir %>course/**/*.json'],
Expand Down

0 comments on commit e55df39

Please sign in to comment.