Skip to content

Two more possible config files (jspm 0.17-beta.17) #158

Open
@sergei-maertens

Description

@sergei-maertens

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions