mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 23:31:13 +01:00
9 lines
334 B
YAML
9 lines
334 B
YAML
# (REQUIRED) Name must be unique across all installed themes.
|
|
name: default
|
|
|
|
# (REQUIRED) The location of the pack file inside `pack_directory`.
|
|
pack: application.js
|
|
|
|
# (OPTIONAL) The directory which contains the pack file.
|
|
# Defaults to the theme directory (`app/javascript/themes/[theme]`).
|
|
pack_directory: app/javascript/packs
|