diff options
Diffstat (limited to 'app/javascript/flavours/vanilla')
-rw-r--r-- | app/javascript/flavours/vanilla/theme.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml index 3263fd7d4..9173d4ec9 100644 --- a/app/javascript/flavours/vanilla/theme.yml +++ b/app/javascript/flavours/vanilla/theme.yml @@ -1,7 +1,9 @@ # (REQUIRED) The location of the pack files inside `pack_directory`. pack: about: about.js - admin: admin.js + admin: + - admin.js + - public.js auth: public.js common: filename: common.js |