Browse Source

Site.variables now only rebuilds css files on change

pull/2053/head
jlukic 10 years ago
parent
commit
6e6c9d914e
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/watch.js

2
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) {

Loading…
Cancel
Save