From ce8a03df2923672a7b767082fa681df5714266f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Mon, 12 Sep 2016 16:55:34 +0200 Subject: [PATCH] * fixed gruntfile.js limiting scss folders being watched by grunt-watch --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 169537f2e4c..bb491cbc017 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -27,7 +27,7 @@ module.exports = function (grunt) { atBegin: true }, css: { - files: '**/*.scss', + files: 'themes/*/scss/**/*.scss', tasks: ['foundation:sass:dev'] } } -- GitLab