computmaxer / karma-jspm

Other
74 stars 50 forks source link

Support jspm.dev.js for JSPM beta.15+ #160

Closed gtcampbell closed 8 years ago

gtcampbell commented 8 years ago

In configurations which rely on JSPM to transpile/build at runtime, the newly-added (optional) jspm.dev.js file may be required.

evanweible-wf commented 8 years ago

@gtcampbell I think we're going to go with this approach that adds support for multiple jspm config files by allowing jspm.config to be an array: https://github.com/Workiva/karma-jspm/pull/156

Thank you for taking the time to open this PR though, we appreciate it!

gtcampbell commented 8 years ago

Thanks, that approach makes sense.