2024-04-28 06:08:08 -04:00
|
|
|
# (REQUIRED) The directory which contains the entry point files.
|
|
|
|
pack_directory: app/javascript/flavours/glitch/packs
|
|
|
|
|
|
|
|
# (OPTIONAL) Define files to be preloaded when a logged-in user is
|
|
|
|
# visiting the main web app.
|
|
|
|
signed_in_preload:
|
|
|
|
- flavours/glitch/async/compose.js
|
|
|
|
- flavours/glitch/async/home_timeline.js
|
|
|
|
- flavours/glitch/async/notifications.js
|
2017-09-25 22:24:32 -04:00
|
|
|
|
2017-12-07 22:07:47 -05:00
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
|
|
# the flavour, relative to this directory. The contents of this
|
2022-12-21 16:13:14 -05:00
|
|
|
# directory must be `.json` files whose names correspond to
|
2017-12-07 22:07:47 -05:00
|
|
|
# language tags and whose default exports are a messages object.
|
|
|
|
locales: locales
|
|
|
|
|
2022-12-21 16:13:14 -05:00
|
|
|
# (OPTIONAL) Which flavour to inherit locales from
|
|
|
|
inherit_locales: vanilla
|
|
|
|
|
2017-12-10 23:15:09 -05:00
|
|
|
# (OPTIONAL) A file to use as the preview screenshot for the flavour,
|
2019-03-16 11:21:20 -04:00
|
|
|
# or an array thereof. These are the full path from `app/javascript/`.
|
2024-03-07 06:59:00 -05:00
|
|
|
screenshot: flavours/glitch/images/glitch-preview.png
|