The asynchronous fs-extra methods weren't returning promises properly.
Updated to the newest version of fs-extra and got rid of the one
place fs was used asynchronously.
Pulled out duplicated static route handling code into a separate
_establishRoute() method.
Tweaked _componentize() to only remove symbolic links, and to be more
selective in hiding errors.
The asynchronous
fs-extra
methods weren't returning promises properly. Updated to the newest version offs-extra
and got rid of the one placefs
was used asynchronously.Pulled out duplicated static route handling code into a separate
_establishRoute()
method.Tweaked
_componentize()
to only remove symbolic links, and to be more selective in hiding errors.