mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
1b06e4e1b7
Conflicts: - `app/javascript/packs/public.jsx`: In glitch-soc, this file was split across the following files: - `app/javascript/packs/public.jsx` - `app/javascript/core/embed.js` - `app/javascript/core/settings.js` Update all those files accordingly, as well as the related `theme.yml` files.
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.ts
|
|
error:
|
|
home:
|
|
inert:
|
|
filename: inert.js
|
|
stylesheet: true
|
|
mailer:
|
|
filename: mailer.js
|
|
stylesheet: true
|
|
modal:
|
|
public:
|
|
settings: settings.ts
|
|
sign_up:
|
|
share:
|
|
remote_interaction_helper: remote_interaction_helper.ts
|