diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-18 11:06:04 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-18 11:06:04 -0800 |
commit | 92cc79be7206534e8c9a9957cc89b5d0eb0bcfac (patch) | |
tree | eb77b7a949e110ea12257d96ec131a2ccc47a8e1 /app | |
parent | 08a01dd0374618438aab95c41940841b66c5e2a9 (diff) |
Enabled vanilla thmee
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/themes/vanilla/theme.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/themes/vanilla/theme.yml b/app/javascript/themes/vanilla/theme.yml index 120c4b669..0b262cc82 100644 --- a/app/javascript/themes/vanilla/theme.yml +++ b/app/javascript/themes/vanilla/theme.yml @@ -1,5 +1,5 @@ # (REQUIRED) The location of the pack file inside `pack_directory`. -#pack: application.js +pack: application.js # (OPTIONAL) The directory which contains the pack file. # Defaults to the theme directory (`app/javascript/themes/[theme]`), |