creative-connections/Bodylight.js-Components

View on GitHub
aurelia_project/tasks/run.json

Summary

Maintainability
Test Coverage
{
  "name": "run",
  "description": "Builds the application and serves up the assets via a local web server, watching files for changes as you work. It is an alias of the `npm start`, you may use either of those; see README for more details.",
  "flags": [
    {
      "name": "analyze",
      "description": "Enable Webpack Bundle Analyzer. Typically paired with --env prod",
      "type": "boolean"
    },
    {
      "name": "env",
      "description": "Sets the build environment.",
      "type": "string"
    },
    {
      "name": "hmr",
      "description": "Enable Hot Module Reload",
      "type": "boolean"
    },
    {
      "name": "port",
      "description": "Set port number of the dev server",
      "type": "string"
    },
    {
      "name": "host",
      "description": "Set host address of the dev server, the accessible URL",
      "type": "string"
    },
    {
      "name": "open",
      "description": "Open the default browser at the application location.",
      "type": "boolean"
    }
  ]
}