nxus / clientjs

Client JS compilation for Nxus applications
1 stars 0 forks source link

Fixed problems in component cache. #19

Closed davidkellerman closed 7 years ago

davidkellerman commented 7 years ago

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.