mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Conpherence JS package for celerity
Summary: Bundles up 8 JS files Test Plan: play with Conpherence Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16554
This commit is contained in:
parent
47debbd57c
commit
e75a20127a
2 changed files with 21 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => '7bddd31a',
|
'conpherence.pkg.css' => '7bddd31a',
|
||||||
|
'conpherence.pkg.js' => 'c858e1ba',
|
||||||
'core.pkg.css' => 'dc6d08e3',
|
'core.pkg.css' => 'dc6d08e3',
|
||||||
'core.pkg.js' => '1d376fa9',
|
'core.pkg.js' => '1d376fa9',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
|
@ -2311,6 +2312,16 @@ return array(
|
||||||
'conpherence-widget-pane-css',
|
'conpherence-widget-pane-css',
|
||||||
'conpherence-header-pane-css',
|
'conpherence-header-pane-css',
|
||||||
),
|
),
|
||||||
|
'conpherence.pkg.js' => array(
|
||||||
|
'javelin-behavior-conpherence-drag-and-drop-photo',
|
||||||
|
'javelin-behavior-durable-column',
|
||||||
|
'javelin-behavior-conpherence-menu',
|
||||||
|
'javelin-behavior-conpherence-participants-pane',
|
||||||
|
'javelin-behavior-conpherence-pontificate',
|
||||||
|
'javelin-behavior-quicksand-blacklist',
|
||||||
|
'javelin-behavior-toggle-widget',
|
||||||
|
'conpherence-thread-manager',
|
||||||
|
),
|
||||||
'core.pkg.css' => array(
|
'core.pkg.css' => array(
|
||||||
'phabricator-core-css',
|
'phabricator-core-css',
|
||||||
'phabricator-zindex-css',
|
'phabricator-zindex-css',
|
||||||
|
|
|
@ -161,6 +161,16 @@ return array(
|
||||||
'conpherence-widget-pane-css',
|
'conpherence-widget-pane-css',
|
||||||
'conpherence-header-pane-css',
|
'conpherence-header-pane-css',
|
||||||
),
|
),
|
||||||
|
'conpherence.pkg.js' => array(
|
||||||
|
'javelin-behavior-conpherence-drag-and-drop-photo',
|
||||||
|
'javelin-behavior-durable-column',
|
||||||
|
'javelin-behavior-conpherence-menu',
|
||||||
|
'javelin-behavior-conpherence-participants-pane',
|
||||||
|
'javelin-behavior-conpherence-pontificate',
|
||||||
|
'javelin-behavior-quicksand-blacklist',
|
||||||
|
'javelin-behavior-toggle-widget',
|
||||||
|
'conpherence-thread-manager',
|
||||||
|
),
|
||||||
'differential.pkg.css' => array(
|
'differential.pkg.css' => array(
|
||||||
'differential-core-view-css',
|
'differential-core-view-css',
|
||||||
'differential-changeset-view-css',
|
'differential-changeset-view-css',
|
||||||
|
|
Loading…
Reference in a new issue