mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't watch files in /public for changes.
This commit is contained in:
@@ -351,7 +351,8 @@ var DependencyWatcher = function (deps, app_dir, on_change) {
|
||||
return new RegExp(pattern);
|
||||
});
|
||||
self.exclude_paths = [
|
||||
path.join(app_dir, '.meteor', 'local')
|
||||
path.join(app_dir, '.meteor', 'local'),
|
||||
path.join(app_dir, 'public')
|
||||
];
|
||||
|
||||
// Start monitoring
|
||||
|
||||
Reference in New Issue
Block a user