From 7069b5027d3b5c7c04d9b582f39b0e828bad8818 Mon Sep 17 00:00:00 2001 From: Harry Wolff Date: Sun, 9 Mar 2014 21:35:43 -0400 Subject: [PATCH] Ensure grunt-contrib-watch watches appropriate files for re-building ember admin when files change --- Gruntfile.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index c0f4fc977d..95efb3b1da 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,6 +54,14 @@ var path = require('path'), files: ['core/clientold/tpl/**/*.hbs'], tasks: ['handlebars'] }, + 'handlebars-ember': { + files: ['core/client/**/*.hbs'], + tasks: ['emberTemplates:dev'] + }, + ember: { + files: ['core/client/**/*.js'], + tasks: ['transpile', 'concat_sourcemap'] + }, concat: { files: [ 'core/clientold/*.js',