From a2346607da90e636d4f1e2b7e880935b0770f031 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 1 Nov 2015 04:16:09 -0800 Subject: [PATCH] LICENSE belongs on list of files to watch for changes. --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 26cea68ad..677d7ea70 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -265,6 +265,7 @@ module.exports = (grunt) -> 'Gruntfile.coffee' 'package.json' 'version.json' + 'LICENSE' 'src/**/*' ] tasks: 'build'