Skip to content

Commit

Permalink
feat(@angular/cli): add resourcesOutputPath to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and hansl committed Nov 16, 2018
1 parent a38566f commit 1d5d515
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Expand Up @@ -623,6 +623,10 @@
"type": "string",
"description": "Path where output will be placed."
},
"resourcesOutputPath": {
"type": "string",
"description": "The path where style resources will be placed, relative to outputPath."
},
"aot": {
"type": "boolean",
"description": "Build using Ahead of Time compilation.",
Expand Down Expand Up @@ -1446,6 +1450,10 @@
"type": "string",
"description": "Path where output will be placed."
},
"resourcesOutputPath": {
"type": "string",
"description": "The path where style resources will be placed, relative to outputPath."
},
"sourceMap": {
"type": "boolean",
"description": "Output sourcemaps.",
Expand Down

0 comments on commit 1d5d515

Please sign in to comment.