Gemfile
186 Bytes
-
Make assets watchers run as singletons · 64912a77
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
Calen Pennington committed
This project manages its dependencies using
Bundler.
Learn more