Skip to content

define locals within development #63

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions