nxus / clientjs

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

Fixed code to establish static routes. #35

Closed davidkellerman closed 3 years ago

davidkellerman commented 3 years ago

The check for whether a route was already established wasn't correct. (The _outputPaths property contains file paths, not directories.) Added a separate _establishedRoutes property to track routes.