loopback-boot/test
Miroslav Bajtoš b14800416a Split the boot process into two steps
Split bootLoopBackApp into two steps:
 - compile
 - execute

Most of the changes are just shuffling the existing code around.

What has changed:

 - `loopback.autoAttach()` is called after `models/*` are required.
   The calls were made in the opposite order before this commit.
2014-06-03 08:13:14 +02:00
..
fixtures/simple-app Initial implementation 2014-05-23 16:50:40 +02:00
helpers Split the boot process into two steps 2014-06-03 08:13:14 +02:00
compiler.test.js Split the boot process into two steps 2014-06-03 08:13:14 +02:00
executor.test.js Split the boot process into two steps 2014-06-03 08:13:14 +02:00
global-setup.js Initial implementation 2014-05-23 16:50:40 +02:00