From a9249c7ad89a80f75021d9be5eda452ae685c4d1 Mon Sep 17 00:00:00 2001 From: Edin Dazdarevic Date: Tue, 17 Feb 2015 06:46:13 +0100 Subject: [PATCH] fix for grunt dev & grunt watch --- front-ui/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-ui/Gruntfile.js b/front-ui/Gruntfile.js index 765d289..932e746 100644 --- a/front-ui/Gruntfile.js +++ b/front-ui/Gruntfile.js @@ -17,7 +17,7 @@ module.exports = function(grunt) { }, watch: { files: ['build/ribica.bundle.js', 'app/css/*.css'], - tasks: ['concat:css', 'concat:js'] + tasks: ['config-dev', 'concat:css', 'concat:js'] }, connect: { server: {