Skip to content

Commit

Permalink
Tweak watch task to sync compiled jade
Browse files Browse the repository at this point in the history
  • Loading branch information
tituomin committed Sep 18, 2017
1 parent 7b1f5f4 commit b07bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/config/watch.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (grunt) ->
tasks: ['i18next-yaml']
jade:
files: ['<%= views %>/**/*.jade']
tasks: ['jade']
tasks: ['jade', 'sync:publish']
livereload_refresh_browser:
options:
livereload: true
Expand Down

0 comments on commit b07bd38

Please sign in to comment.