Skip to content

Commit 1d5d515

Browse files
alan-agius4hansl
authored andcommitted
feat(@angular/cli): add resourcesOutputPath to schema
1 parent a38566f commit 1d5d515

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/angular/cli/lib/config/schema.json

+8
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,10 @@
623623
"type": "string",
624624
"description": "Path where output will be placed."
625625
},
626+
"resourcesOutputPath": {
627+
"type": "string",
628+
"description": "The path where style resources will be placed, relative to outputPath."
629+
},
626630
"aot": {
627631
"type": "boolean",
628632
"description": "Build using Ahead of Time compilation.",
@@ -1446,6 +1450,10 @@
14461450
"type": "string",
14471451
"description": "Path where output will be placed."
14481452
},
1453+
"resourcesOutputPath": {
1454+
"type": "string",
1455+
"description": "The path where style resources will be placed, relative to outputPath."
1456+
},
14491457
"sourceMap": {
14501458
"type": "boolean",
14511459
"description": "Output sourcemaps.",

0 commit comments

Comments
 (0)