From 369817aa72a07831978ffd91f229c20840d9c436 Mon Sep 17 00:00:00 2001 From: sami-t Date: Mon, 14 Jul 2014 16:51:40 -0700 Subject: [PATCH] Correct watched path for .variables and .overrides files --- src/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gruntfile.js b/src/Gruntfile.js index 7d192d1d7..eb5219c94 100644 --- a/src/Gruntfile.js +++ b/src/Gruntfile.js @@ -115,8 +115,8 @@ module.exports = function(grunt) { src: { files: [ paths.source.definitions + '**/*.less', - paths.source.definitions + '**/*.variables', - paths.source.definitions + '**/*.overrides', + paths.source.themes + '**/*.variables', + paths.source.themes + '**/*.overrides', paths.source.definitions + '**/*.js' ], tasks : watchTasks