loadstar.require('package') will work. You can resolve these dependencies
at build time, by filling out the loadstar.dependencies object in your
package.json.
0.3.2
July 4, 2014
Expose bldr.make as a public api
0.3.1
July 3, 2014
Expose browser toplevel global only if not wrapped with 'amd'
0.3.0
July 3, 2014
Do not export global in node.js. (Avalable as bldr[global]).
0.2.0
July 3, 2014
Replace module.exports/exports manipulation in browser code with
source file manipulation.
0.1.0
July 3, 2014
bldr requires a key as first parameter, so multiple packages can use
bldr side by side.
Expose bldr as a package script
AMD wrapper
bldr.setTransform: support external source transforms.