1 # (REQUIRED) The location of the pack files.
7 filename: packs/common.js
12 filename: packs/home.js
14 - flavours/glitch/async/drawer
15 - flavours/glitch/async/getting_started
16 - flavours/glitch/async/home_timeline
17 - flavours/glitch/async/notifications
20 public: packs/public.js
24 # (OPTIONAL) The directory which contains localization files for
25 # the flavour, relative to this directory. The contents of this
26 # directory must be `.js` or `.json` files whose names correspond to
27 # language tags and whose default exports are a messages object.
30 # (OPTIONAL) A file to use as the preview screenshot for the flavour,
31 # or an array thereof. These filenames must be unique across all
32 # images (regardless of path), so it's a good idea to namespace them
33 # to your theme. It's up to you to let webpack know to compile them.
34 screenshot: glitch-preview.jpg
36 # (OPTIONAL) The directory which contains the pack files.
37 # Defaults to the theme directory (`app/javascript/themes/[theme]`),
38 # which should be sufficient for like 99% of use-cases lol.
40 # pack_directory: app/javascript/packs
42 # (OPTIONAL) By default the theme will fallback to the default theme
43 # if a particular pack is not provided. You can specify different
44 # fallbacks here, or disable fallback behaviours altogether by
45 # specifying a `null` value.