Make assets watchers run as singletons
Previously, multiple copies of the watchers started from the different shells would run simultaneously, which left the possiblity of zombie watchers, increased resource consumption, and incorrect results. This fixes that problem by only starting a watcher if that same command isn't already in the process list. Fixes LMS-499
Showing
... | ... | @@ -4,3 +4,4 @@ gem 'sass', '3.1.15' |
gem 'bourbon', '~> 1.3.6' | ||
gem 'colorize', '~> 0.5.8' | ||
gem 'launchy', '~> 2.1.2' | ||
gem 'sys-proctable', '~> 0.9.3' |
Please
register
or
sign in
to comment