mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08: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
|