Compile shared when changes are made to coffee files

This commit is contained in:
Blade Barringer
2015-05-18 08:52:24 -05:00
parent 54f8f6d387
commit a270b6d931

View File

@@ -155,7 +155,7 @@ module.exports = function(grunt) {
watch: { watch: {
dev: { 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' ], tasks: [ 'build:dev' ],
options: { options: {
nospawn: true nospawn: true