diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-18 15:12:52 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-18 15:12:52 -0800 |
commit | a9ed85717163040fb202d49b0342e9e350cb12ba (patch) | |
tree | 542142fa2ed7c1ff5584671c9a678f4b64edc15c /app/javascript/themes/vanilla | |
parent | 92cc79be7206534e8c9a9957cc89b5d0eb0bcfac (diff) |
WIP static themeing
Diffstat (limited to 'app/javascript/themes/vanilla')
-rw-r--r-- | app/javascript/themes/vanilla/theme.yml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/app/javascript/themes/vanilla/theme.yml b/app/javascript/themes/vanilla/theme.yml index 0b262cc82..b4a1598fc 100644 --- a/app/javascript/themes/vanilla/theme.yml +++ b/app/javascript/themes/vanilla/theme.yml @@ -1,9 +1,17 @@ -# (REQUIRED) The location of the pack file inside `pack_directory`. -pack: application.js +# (REQUIRED) The location of the pack files inside `pack_directory`. +pack: + about: about.js + admin: null + common: common.js + embed: null + home: application.js + public: public.js + settings: null + share: share.js -# (OPTIONAL) The directory which contains the pack file. +# (OPTIONAL) The directory which contains the pack files. # Defaults to the theme directory (`app/javascript/themes/[theme]`), -# but in the case of the vanilla Mastodon theme the pack file is +# but in the case of the vanilla Mastodon theme the pack files are # somewhere else. pack_directory: app/javascript/packs |