loopback-boot/test
Miroslav Bajtoš 5f85971d11 Implement compileToBrowserify and bootBrowserApp
Hide `compile` and `execute` and provide a better API for browserified
applications:

 - `boot.compileToBrowserify(options, bundler)` calls `compile` under
   the hood and adds all instructions and scripts to the bundler.

 - `bootBrowserApp(app)` is exported by loopback-boot when the module
   is loaded in a browser, the function loads the instructions as
   bundled by `compileToBrowserify`.

This new API hides all implementation details from the user and makes
it easy to add loopback-boot to any build script.
2014-06-03 14:08:34 +02:00
..
fixtures Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
helpers Split the boot process into two steps 2014-06-03 08:13:14 +02:00
browser.test.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +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