about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/theme.yml
blob: cf3fa32c2d32dea4d4cc83ec0a9237a19d27b12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#  (REQUIRED) The location of the pack files.
pack:
  about: packs/about.js
  admin: null
  common: packs/common.js
  embed: null
  home: packs/home.js
  public: packs/public.js
  settings: null
  share: packs/share.js

#  (OPTIONAL) The directory which contains the pack files.
#  Defaults to the theme directory (`app/javascript/themes/[theme]`),
#  which should be sufficient for like 99% of use-cases lol.
#    pack_directory: app/javascript/packs

#  (OPTIONAL) Additional javascript resources to preload, for use with
#  lazy-loaded components. It is **STRONGLY RECOMMENDED** that you
#  derive these pathnames from `themes/[your-theme]` to ensure that
#  they stay unique.
preload:
- themes/glitch/async/getting_started
- themes/glitch/async/compose
- themes/glitch/async/home_timeline
- themes/glitch/async/notifications