blob: 6a7a872b41eeea00537c1ec4fa3340b11b61eb88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# (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
|