Files
zulip/web/webpack.dev-assets.json
Shubham Padia c3fbe00eb0 help: Add default page to display on /help when help server is off.
We've copied the button and error colors from portico_signin.css. We did
not want the new HTML file to depend on portico_signin.css since they
are unrelated. In addition, having those colors diverge over time might
not be an issue.

We make the raw mode work with /help and /help/ both.

See https://chat.zulip.org/#narrow/channel/19-documentation/topic/edits.20not.20appearing.20with.20vagrant/near/2257442

Co-authored-by: Alya Abbott <alya@zulip.com>
2025-09-26 11:41:10 -07:00

25 lines
758 B
JSON

{
"dev-login": ["./src/bundles/portico.ts", "./src/portico/dev-login.ts"],
"dev-integrations-panel": [
"./src/bundles/portico.ts",
"./src/portico/integrations_dev_panel.ts",
"./styles/portico/integrations_dev_panel.css",
"./src/reload_state.ts",
"./src/channel.ts"
],
"dev-email-log": [
"./src/bundles/common.ts",
"./src/portico/email_log.ts",
"./src/portico/portico_modals.ts",
"./styles/portico/email_log.css",
"./src/reload_state.ts",
"./src/channel.ts"
],
"dev-help": [
"./src/bundles/portico.ts",
"./styles/portico/dev_help.css",
"./styles/portico/markdown.css"
],
"showroom": ["./src/bundles/showroom.ts"]
}