This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
SJS-Builder 0.15.36
Do something like this:
builder.bundle('app/**/* - [app/**/*]', 'dependencies.min.js', { minify: true, sourceMaps: true });
builder.bundle('app/bootstrap - dependencies.min.js', 'app.min.js', { minify: true, sourceMaps: true });
Both source maps (dependencies.min.js.map and app.min.js.map) generated are ballpark the same size as the one that would have been generated had I not separated the deps. Upon a casual inspection, you can see a reference to all dependency files in app.min.js.map as well.