mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 10:11:37 +01:00
bceb45adda
Conflicts: - `app/javascript/entrypoints/common.js`: Upstream moved everything from `app/javascript/packs` to `app/javascript/entrypoints` while this file was a glitch-soc addition. Moved it like the rest. - `tsconfig.json`: Conflict due to glitch-soc's flavor. Updated like upstream. Also moved and updated the following files accordingly: - `app/javascript/flavours/vanilla/theme.yml` - `app/javascript/flavours/glitch/theme.yml` - everything in `app/javascript/flavours/glitch/packs`
17 lines
625 B
YAML
17 lines
625 B
YAML
# (REQUIRED) The directory which contains the pack files.
|
|
pack_directory: app/javascript/entrypoints
|
|
|
|
# (OPTIONAL) Define files to be preloaded when a logged-in user is
|
|
# visiting the main web app.
|
|
signed_in_preload:
|
|
- features/compose.js
|
|
- features/home_timeline.js
|
|
- features/notifications.js
|
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
# the flavour, relative to this directory.
|
|
locales: ../../mastodon/locales
|
|
|
|
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
|
|
# or an array thereof. These are the full path from `app/javascript/`.
|
|
screenshot: images/screenshot.png
|