From 65d93a44dbb46d3b4a2a4f01e7e2ce87965587d6 Mon Sep 17 00:00:00 2001 From: vieron Date: Fri, 25 Oct 2013 22:39:00 +0200 Subject: [PATCH] chore(grunt): add css files to grunt watch command --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f67bec251..55d72265a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -154,7 +154,7 @@ module.exports = function(grunt) { }, watch: { - files: ['libs/*.js', 'src/*.js', 'Gruntfile.js'], + files: ['libs/*.js', 'src/*.js', 'src/*.css', 'Gruntfile.js'], tasks: ['concat', 'uglify', 'cssmin'] } });