Skip to content

Commit

Permalink
[7.x] [dev/watch] ignore chromium and sass tmp directories (#4… (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Oct 10, 2019
1 parent d2bcbb7 commit aeb1775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/cluster/cluster_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export default class ClusterManager {
resolve(path, 'target'),
resolve(path, 'scripts'),
resolve(path, 'docs'),
resolve(path, 'src/legacy/server/sass/__tmp__'),
resolve(path, 'legacy/plugins/reporting/.chromium'),
resolve(path, 'legacy/plugins/siem/cypress'),
resolve(path, 'legacy/plugins/apm/cypress'),
resolve(path, 'x-pack/legacy/plugins/canvas/canvas_plugin_src') // prevents server from restarting twice for Canvas plugin changes
Expand Down

0 comments on commit aeb1775

Please sign in to comment.