mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
corporate: Update directories for activity and support frontend files.
This commit is contained in:
committed by
Tim Abbott
parent
0ce3d1ffa0
commit
ad9f7a4549
@@ -17,7 +17,7 @@ const template = fs.readFileSync(
|
||||
const dom = new JSDOM(template, {pretendToBeVisual: true});
|
||||
const document = dom.window.document;
|
||||
|
||||
zrequire("../src/analytics/support");
|
||||
zrequire("../src/support/support");
|
||||
|
||||
run_test("scrub_realm", () => {
|
||||
$.get_initialize_function()();
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"./third/bootstrap/css/bootstrap.portico.css",
|
||||
"./src/bundles/common",
|
||||
"sorttable",
|
||||
"./src/analytics/activity",
|
||||
"./src/activity/activity",
|
||||
"./styles/portico/activity.css"
|
||||
],
|
||||
"billing": [
|
||||
@@ -111,9 +111,9 @@
|
||||
"./third/bootstrap/css/bootstrap.portico.css",
|
||||
"./src/bundles/common",
|
||||
"sorttable",
|
||||
"./src/analytics/activity",
|
||||
"./src/activity/activity",
|
||||
"./styles/portico/activity.css",
|
||||
"./src/analytics/support"
|
||||
"./src/support/support"
|
||||
],
|
||||
"desktop-login": ["./src/bundles/portico", "./src/portico/desktop-login"],
|
||||
"desktop-redirect": ["./src/bundles/portico", "./src/portico/desktop-redirect"],
|
||||
|
||||
Reference in New Issue
Block a user