Closed tracend closed 12 years ago
Currently all the routes are setup on brisk init()
This has a number of side-effects:
To fix the hierarchy the helper files will need to include their routes on process.nextTick()
And Brisk should respect the routes setup by helpers and execute the setup asynchronously
Currently all the routes are setup on brisk init()
This has a number of side-effects:
To fix the hierarchy the helper files will need to include their routes on process.nextTick()
And Brisk should respect the routes setup by helpers and execute the setup asynchronously