Skip to content

Commit 14ba85b

Browse files
[Power Pages] Add bundleFilePatterns to schema file (SchemaStore#4900)
Co-authored-by: amitjoshi438 <[email protected]>
1 parent 37cc100 commit 14ba85b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/schemas/json/powerpages.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"compiledPath": {
1616
"type": "string",
1717
"description": "The path of the compiled output directory relative to powerpages.config.json file"
18+
},
19+
"bundleFilePatterns": {
20+
"type": "array",
21+
"description": "List of glob patterns (strings) identifying file patterns to be cleaned up from web-files before uploading to Power Pages.",
22+
"items": {
23+
"type": "string"
24+
}
1825
}
1926
},
2027
"type": "object"

src/test/powerpages.config/powerpages.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"bundleFilePatterns": ["**/*.js", "**/*.css"],
23
"compiledPath": "C:\\path\\to\\compiled\\folder",
34
"defaultLandingPage": "foo.html",
45
"siteName": "Website Name"

0 commit comments

Comments
 (0)