loopback-boot/test/fixtures/browser-app
Raymond Feng ac1571ccf1 Refactor for modular and pluggable design
- refactor logic of processing artifacts into their own classes
- introduce Container as the main class for bootstrapping and build a
  registry of handlers during boot to organize them by a hierarchy
  denoted by path
- adopt middleware like registration and invocation
- container.use(path, handler)
- container.run(context, done)
- allow more phases during boot
- boot is now asynchronous
2016-11-22 13:38:28 -05:00
..
boot update copyright notices and license 2016-05-05 21:52:36 -07:00
components update copyright notices and license 2016-05-05 21:52:36 -07:00
mixins update copyright notices and license 2016-05-05 21:52:36 -07:00
models update copyright notices and license 2016-05-05 21:52:36 -07:00
app.js Refactor for modular and pluggable design 2016-11-22 13:38:28 -05:00
component-config.json Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
datasources.json Rework model configuration 2014-06-13 19:40:52 +02:00
model-config.json compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00