Files
meteor/tools/tests
Hugh Willson b498c41401 Avoid creating a watcher when --settings is set to a directory (#9030)
As outlined in #3854, if `meteor --settings` points to a
directory instead of a file, an application gets caught up
in an infinite rebuild loop. Since it was assumed only a
file would be configured via `--settings`, a file watcher
is created for the specified directory, and that watcher
is then triggered ad infinitum.

These changes prevent a file watcher from being created
on a `--settings` directory.
2017-08-21 16:25:15 -04:00
..
2016-03-17 16:48:25 +01:00
2016-06-06 02:17:36 +03:00
2016-11-02 12:47:01 -04:00
2015-08-06 16:39:00 -07:00
2017-04-07 18:50:17 +03:00
2016-05-13 15:09:03 -07:00