From eeb9e3898561acee0a1f0d04ab6c201acb8102ab Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 24 Aug 2015 11:56:56 +0800 Subject: [PATCH] feat(grunt): watch config changes --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 0b6349a30..e9f6c003c 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -87,7 +87,7 @@ module.exports = (grunt) -> interrupt: true jekyll: - files: ["<%= config.app %>/**/*", "!_*"] + files: ["<%= config.app %>/**/*", "!_*", "_config*.yml"] tasks: ['jekyll:serve'] uglify: