From 6e6c9d914e9fffc298120f7fa85212e9c393c2d4 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Mar 2015 18:37:39 -0400 Subject: [PATCH] Site.variables now only rebuilds css files on change --- tasks/watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/watch.js b/tasks/watch.js index 55980d6ff..bbf810bd3 100644 --- a/tasks/watch.js +++ b/tasks/watch.js @@ -108,7 +108,7 @@ module.exports = function(callback) { if(isConfig) { console.info('Rebuilding all UI'); // impossible to tell which file was updated in theme.config, rebuild all - gulp.start('build'); + gulp.start('build-css'); return; } else if(isPackagedTheme) {