buddhike / gulp-jspm-build

Gulp plugin for jspm.
22 stars 9 forks source link

Support for JSPM inject #18

Open ericsvendsen opened 8 years ago

ericsvendsen commented 8 years ago

I tried adding adding inject: true to my options but it didn't appear to have any effect:

{ src: 'app.js', dst: 'app.bundle.js', options: { inject: true }}

Is this option not supported or am I misunderstanding how to implement this?

MeirionHughes commented 8 years ago

it would be nice to have this.