You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
759 B

  1. # (REQUIRED) The location of the pack file inside `pack_directory`.
  2. pack: index.js
  3. # (OPTIONAL) The directory which contains the pack file.
  4. # Defaults to the theme directory (`app/javascript/themes/[theme]`),
  5. # but in the case of the vanilla Mastodon theme the pack file is
  6. # somewhere else.
  7. # pack_directory: app/javascript/packs
  8. # (OPTIONAL) Additional javascript resources to preload, for use with
  9. # lazy-loaded components. It is **STRONGLY RECOMMENDED** that you
  10. # derive these pathnames from `themes/[your-theme]` to ensure that
  11. # they stay unique. (Of course, vanilla doesn't do this ^^;;)
  12. preload:
  13. - themes/glitch/async/getting_started
  14. - themes/glitch/async/compose
  15. - themes/glitch/async/home_timeline
  16. - themes/glitch/async/notifications