From 3b4b1c0290494c1633bb04e2b9e3cbdc2278f904 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Wed, 12 Aug 2015 16:18:47 -0700 Subject: [PATCH] watch the reader_src directory --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b8e5b06..b1bc2ca 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { }, watch: { scripts: { - files: ['src/**/*.js', 'reader/**/*.js'], + files: ['src/**/*.js', 'reader/**/*.js', 'reader_src/**/*.js'], tasks: ['concat_sourcemap', 'uglify'], options: { interrupt: true,