creative-connections/aurelia-bodylight-plugin

View on GitHub
aurelia_project/tasks/build.json

Summary

Maintainability
Test Coverage
{
  "name": "build",
  "description": "Builds and processes all application assets.",
  "flags": [
    {
      "name": "env",
      "description": "Sets the build environment.",
      "type": "string"
    },
    {
      "name": "watch",
      "description": "Watches source files for changes and refreshes the bundles automatically.",
      "type": "boolean"
    }
  ]
}