gulp-jspm-build icon indicating copy to clipboard operation
gulp-jspm-build copied to clipboard

Gulp plugin for jspm.

Results 15 gulp-jspm-build issues
Sort by recently updated
recently updated
newest added

Is there a way to prevent adding config.js file into destination folder?

This may be related to #8. When `bundleSfx` is `true` the config.js file is updated with the bundle information. I think this shouldn't be done because the standalone bundle doesn't...

Is it possible to pass option to jspm to tell it that it should generate sourcemap for bundle?

bug

It is now possible to do incremental builds, i.e. https://github.com/jackfranklin/jspm-dev-builder: ``` js const builder = new jspm.Builder(); function build(changedModuleId) { builder.invalidate(changedModuleId); return builder.build('main', 'out'); } build(); // and again, but...

enhancement