From a69b897545a3a7d21414d3b8957a0a20bfe2af28 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 28 Sep 2016 07:25:42 -0400 Subject: [PATCH] FIX: Bump the compiler version - the path to `raw-handlebars` changed. --- app/models/site_customization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/site_customization.rb b/app/models/site_customization.rb index cb043112ccc..703ba8eeab6 100644 --- a/app/models/site_customization.rb +++ b/app/models/site_customization.rb @@ -5,7 +5,7 @@ require_dependency 'distributed_cache' class SiteCustomization < ActiveRecord::Base ENABLED_KEY = '7e202ef2-56d7-47d5-98d8-a9c8d15e57dd' - COMPILER_VERSION = 1 + COMPILER_VERSION = 2 @cache = DistributedCache.new('site_customization')