mirror of https://github.com/zulip/zulip.git
18 lines
570 B
JSON
18 lines
570 B
JSON
{
|
|
"dev-login": ["./static/js/bundles/portico", "./static/js/portico/dev-login"],
|
|
"dev-integrations-panel": [
|
|
"./static/js/bundles/portico",
|
|
"./static/js/portico/integrations_dev_panel",
|
|
"./static/styles/portico/integrations_dev_panel.css",
|
|
"./static/js/reload_state",
|
|
"./static/js/channel"
|
|
],
|
|
"dev-email-log": [
|
|
"./static/js/bundles/common",
|
|
"./static/js/portico/email_log",
|
|
"./static/styles/portico/email_log.css",
|
|
"./static/js/reload_state",
|
|
"./static/js/channel"
|
|
]
|
|
}
|