ace: minor ace theme tweaks

This commit is contained in:
Torkel Ödegaard
2017-08-09 21:12:15 +02:00
parent 459a8ed695
commit b9540e4c49
5 changed files with 128 additions and 8 deletions
+4 -1
View File
@@ -21,7 +21,10 @@ module.exports = function(config, grunt) {
return;
}
gaze(config.srcDir + '/**/*', function(err, watcher) {
gaze([
config.srcDir + '/app/**/*',
config.srcDir + '/sass/**/*',
], function(err, watcher) {
console.log('Gaze watchers setup');