Open
Description
The latest jspm version (0.17-beta.17, at the time of writing) adds support for more config files:
- a separate config file for the devDependencies (
jspm.dev.js
for example) - a separate config file for Node environments
This brings all the config files to:
- config:
jspm.config.js
- browser:
jspm.browser.js
- dev:
jspm.dev.js
- node:
jspm.node.js
(not sure about the default name here, haven't used it)
This would need to extra karma-jspm options, next to config
and browser
: dev
and node
.
If I can find the time, I should be able to make a PR for this.
Metadata
Metadata
Assignees
Labels
No labels