zulip/tools/webpack.dev-assets.json
Sahil Batra 00ad7e5aeb development: Add CSS file for emails page in dev server.
Previously, CSS rules were added inline for emails page in
dev server. This commit adds a new file which contains
CSS rules for the emails page in dev server. This will
also help us in adding focus for the radio buttons in
the page, which cannot be added inline to the elements,
when we remove the use of bootstrap for this page.
2022-11-30 17:35:22 -08:00

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"
]
}