Skip to content

Commit

Permalink
feat(grunt): watch config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 24, 2015
1 parent 6cf59bd commit eeb9e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = (grunt) ->
interrupt: true

jekyll:
files: ["<%= config.app %>/**/*", "!_*"]
files: ["<%= config.app %>/**/*", "!_*", "_config*.yml"]
tasks: ['jekyll:serve']

uglify:
Expand Down

0 comments on commit eeb9e38

Please sign in to comment.