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.
34 lines
950 B
34 lines
950 B
7 years ago
|
# (REQUIRED) The location of the pack files.
|
||
|
pack:
|
||
|
about: packs/about.js
|
||
7 years ago
|
admin:
|
||
|
auth:
|
||
|
common:
|
||
|
filename: packs/common.js
|
||
|
stylesheet: true
|
||
|
embed: packs/public.js
|
||
|
error:
|
||
|
home:
|
||
|
filename: packs/home.js
|
||
|
preload:
|
||
7 years ago
|
- flavours/glitch/async/getting_started
|
||
|
- flavours/glitch/async/compose
|
||
|
- flavours/glitch/async/home_timeline
|
||
|
- flavours/glitch/async/notifications
|
||
7 years ago
|
modal:
|
||
7 years ago
|
public: packs/public.js
|
||
7 years ago
|
settings:
|
||
7 years ago
|
share: packs/share.js
|
||
7 years ago
|
|
||
7 years ago
|
# (OPTIONAL) The directory which contains the pack files.
|
||
7 years ago
|
# Defaults to the theme directory (`app/javascript/themes/[theme]`),
|
||
7 years ago
|
# which should be sufficient for like 99% of use-cases lol.
|
||
7 years ago
|
|
||
7 years ago
|
# pack_directory: app/javascript/packs
|
||
|
|
||
|
# (OPTIONAL) By default the theme will fallback to the default theme
|
||
|
# if a particular pack is not provided. You can specify different
|
||
|
# fallbacks here, or disable fallback behaviours altogether by
|
||
|
# specifying a `null` value.
|
||
|
fallback:
|