ft/aurelia_project/tasks/build.json
2017-06-09 09:09:06 +01:00

27 lines
575 B
JSON

{
"name": "build",
"description": "Builds and processes all application assets.",
"flags": [
{
"name": "env",
"description": "Sets the build environment.",
"type": "string"
},
{
"name": "js",
"description": "Only build JS assets.",
"type": "string"
},
{
"name": "docs",
"description": "Only build documentation.",
"type": "string"
},
{
"name": "dev",
"description": "Only transpile JS and process markup. Do not use prior to committing.",
"type": "string"
}
]
}