From 92cc79be7206534e8c9a9957cc89b5d0eb0bcfac Mon Sep 17 00:00:00 2001 From: kibigo! Date: Sat, 18 Nov 2017 11:06:04 -0800 Subject: [PATCH] Enabled vanilla thmee --- app/javascript/themes/vanilla/theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]`),