mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 13:23:13 +00:00
6ee3e382df
Conflicts: - `app/javascript/packs/public.jsx`: Some of the removed dead code was split from this code in `app/javascript/core/public.js` and `app/javascript/core/settings.js`. Removed this dead code, and removed `app/javascript/core/public.js` altogether.
22 lines
396 B
YAML
22 lines
396 B
YAML
# These packs will be loaded on every appropriate page, regardless of
|
|
# theme.
|
|
pack:
|
|
about:
|
|
admin: admin.js
|
|
auth: auth.js
|
|
common:
|
|
filename: common.js
|
|
stylesheet: true
|
|
embed: embed.js
|
|
error:
|
|
home:
|
|
mailer:
|
|
filename: mailer.js
|
|
stylesheet: true
|
|
modal:
|
|
public:
|
|
settings: settings.js
|
|
sign_up:
|
|
share:
|
|
remote_interaction_helper: remote_interaction_helper.ts
|