2024-04-28 10:08:08 +00:00
|
|
|
# (REQUIRED) The directory which contains the pack files.
|
2024-05-04 12:59:00 +00:00
|
|
|
pack_directory: app/javascript/entrypoints
|
2024-04-28 10:08:08 +00:00
|
|
|
|
|
|
|
# (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
|
2017-09-26 02:24:32 +00:00
|
|
|
|
2017-12-08 03:07:47 +00:00
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
|
|
# the flavour, relative to this directory.
|
|
|
|
locales: ../../mastodon/locales
|
|
|
|
|
2017-12-11 04:15:09 +00:00
|
|
|
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
|
2019-03-16 15:21:20 +00:00
|
|
|
# or an array thereof. These are the full path from `app/javascript/`.
|
2024-03-07 11:59:00 +00:00
|
|
|
screenshot: images/screenshot.png
|