loopback-boot/lib
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
..
bundler.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
compiler.js Split the boot process into two steps 2014-06-03 08:13:14 +02:00
config-loader.js Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
executor.js Split the boot process into two steps 2014-06-03 08:13:14 +02:00