mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
f6654e0842
Conflicts: - `app/javascript/packs/admin.jsx`: This file was split between `app/javascript/core/admin.js`, `app/javascript/pack/admin.jsx`, and `app/javascript/flavours/glitch/packs/admin.jsx`. Ported upstream's change, splitting the new file to `app/javascript/core/admin.ts`, `app/javascript/packs/admin.tsx`, and `app/javascript/flavours/glitch/packs/admin.tsx`
25 lines
449 B
YAML
25 lines
449 B
YAML
# These packs will be loaded on every appropriate page, regardless of
|
|
# theme.
|
|
pack:
|
|
about:
|
|
admin: admin.ts
|
|
auth: auth.js
|
|
common:
|
|
filename: common.js
|
|
stylesheet: true
|
|
embed: embed.js
|
|
error:
|
|
home:
|
|
inert:
|
|
filename: inert.js
|
|
stylesheet: true
|
|
mailer:
|
|
filename: mailer.js
|
|
stylesheet: true
|
|
modal:
|
|
public:
|
|
settings: settings.js
|
|
sign_up:
|
|
share:
|
|
remote_interaction_helper: remote_interaction_helper.ts
|