mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +08:00
This commit fixes a bug where the the bootstrap.app.css was taking precedence over the legacy_portico_styles_bundle.css, following the changes in commit847a7f8f9c. While this commit fixes the issue by importing legacy_portico_bundle.ts instead of trying to fix the order sequence of legacy_portico_styles_bundle.css, similar to the approach in commitsead2f2d254andc6dcfbc480, the actual cause of this bug remains unknown at the time of the commit.
24 lines
772 B
JSON
24 lines
772 B
JSON
{
|
|
"dev-login": ["./src/bundles/legacy_portico_bundle.ts", "./src/portico/dev-login.ts"],
|
|
"dev-integrations-panel": [
|
|
"./src/bundles/legacy_portico_bundle.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/legacy_portico_bundle.ts",
|
|
"./src/portico/email_log.ts",
|
|
"./styles/portico/email_log.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-help": [
|
|
"./src/bundles/legacy_portico_bundle.ts",
|
|
"./styles/portico/dev_help.css",
|
|
"./styles/portico/markdown.css"
|
|
],
|
|
"showroom": ["./src/bundles/showroom.ts"]
|
|
}
|