Files
meteor/tools
David Greenspan 480b05bc2c Display progress when restarting the server
Previously, all progress display was turned off after the app’s initial start, so no progress would be displayed on restart due to server code change.

Now, we enable/disable progress display from inside the loop that re-runs the app on change.

Remove the “suppressDisplay” approach to hiding the spinner when there’s an error building the app, because it didn’t work on rebuilds, only the first build.  Better to just call enableProgressDisplay(false) and hope for the best like we do elsewhere.
2014-10-22 13:05:19 -07:00
..
2014-09-30 19:25:35 -07:00
2014-03-05 23:33:06 -08:00
2014-10-17 13:47:21 -07:00
2014-10-22 12:25:29 -07:00
2014-08-04 19:03:05 -07:00
2014-09-29 22:50:49 -04:00
2014-06-17 17:33:55 -07:00
2014-06-13 17:14:42 -07:00
2014-10-17 13:47:22 -07:00
2014-09-24 15:53:05 -07:00
2014-08-28 11:14:40 -07:00
2014-10-14 21:14:14 -07:00