I'm trying to integrate this with our build system which uses SystemJS to output sfx builds. It's a collection of gulp tasks distributed via NPM. As such I'm forced to either point directly to the plugin's github repo in my build system's package.json or manually jspm install it in each project. Neither solution is really ideal. Given that this exposes functionality that can be used both on the server and client sides, I think it would be more flexible to publish to NPM.
I'm trying to integrate this with our build system which uses SystemJS to output sfx builds. It's a collection of gulp tasks distributed via NPM. As such I'm forced to either point directly to the plugin's github repo in my build system's package.json or manually
jspm installit in each project. Neither solution is really ideal. Given that this exposes functionality that can be used both on the server and client sides, I think it would be more flexible to publish to NPM.