From a270b6d9314ed34b68bc59d0ebe0b9ea3b254595 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 18 May 2015 08:52:24 -0500 Subject: [PATCH] Compile shared when changes are made to coffee files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index fff7eba8b3..a1911020fc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -155,7 +155,7 @@ module.exports = function(grunt) { watch: { dev: { - files: ['website/public/**/*.styl'], // 'public/**/*.js' Not needed because not in production + files: ['website/public/**/*.styl', 'common/script/**/*.coffee'], // 'public/**/*.js' Not needed because not in production tasks: [ 'build:dev' ], options: { nospawn: true