mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-04 10:58:25 +01:00
Add a couple more files to the core JS package
Summary: Ref T5867. We have a bit more common JS now. Test Plan: Loaded some pages, saw fewer requests. Sanity-checked these resources against Multimeter in production. Reviewers: chad Reviewed By: chad Maniphest Tasks: T5867 Differential Revision: https://secure.phabricator.com/D17220
This commit is contained in:
parent
b21cd24341
commit
a3b067291f
2 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ return array(
|
||||||
'conpherence.pkg.css' => '0b64e988',
|
'conpherence.pkg.css' => '0b64e988',
|
||||||
'conpherence.pkg.js' => '6249a1cf',
|
'conpherence.pkg.js' => '6249a1cf',
|
||||||
'core.pkg.css' => '85f51b68',
|
'core.pkg.css' => '85f51b68',
|
||||||
'core.pkg.js' => '666970d7',
|
'core.pkg.js' => 'f70cb91f',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '9535a7e6',
|
'differential.pkg.css' => '9535a7e6',
|
||||||
'differential.pkg.js' => 'ddfeb49b',
|
'differential.pkg.js' => 'ddfeb49b',
|
||||||
|
@ -2427,6 +2427,9 @@ return array(
|
||||||
'conpherence-thread-manager',
|
'conpherence-thread-manager',
|
||||||
'javelin-behavior-detect-timezone',
|
'javelin-behavior-detect-timezone',
|
||||||
'javelin-behavior-setup-check-https',
|
'javelin-behavior-setup-check-https',
|
||||||
|
'javelin-behavior-aphlict-status',
|
||||||
|
'javelin-behavior-user-menu',
|
||||||
|
'phabricator-favicon',
|
||||||
),
|
),
|
||||||
'darkconsole.pkg.js' => array(
|
'darkconsole.pkg.js' => array(
|
||||||
'javelin-behavior-dark-console',
|
'javelin-behavior-dark-console',
|
||||||
|
|
|
@ -84,6 +84,9 @@ return array(
|
||||||
'conpherence-thread-manager',
|
'conpherence-thread-manager',
|
||||||
'javelin-behavior-detect-timezone',
|
'javelin-behavior-detect-timezone',
|
||||||
'javelin-behavior-setup-check-https',
|
'javelin-behavior-setup-check-https',
|
||||||
|
'javelin-behavior-aphlict-status',
|
||||||
|
'javelin-behavior-user-menu',
|
||||||
|
'phabricator-favicon',
|
||||||
),
|
),
|
||||||
'core.pkg.css' => array(
|
'core.pkg.css' => array(
|
||||||
'phabricator-core-css',
|
'phabricator-core-css',
|
||||||
|
|
Loading…
Add table
Reference in a new issue