You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: