Skip to content

define locals within development #63

@timaschew

Description

@timaschew

https://github.com/component/spec/blob/master/component.json/specifications.md#development

What's about locals only for the dev env, like:

{
  "development": {
    "dependencies": {
      "component/assert": "*",
      "visionmedia/mocha": "*"
    },
    "locals": [
      "testutils"
    ],
    "scripts": [
      "test.js"
    ],
    "styles": [
      "test.css"
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions