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.
10 lines
334 B
10 lines
334 B
# (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
|