mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
ace: minor ace theme tweaks
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user