From 616c004058fd2b3efe9dacce3915f8928538832c Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Fri, 28 Dec 2018 22:47:39 +0100 Subject: [PATCH] Refactor --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0fae645d..1559ad6f 100644 --- a/Rakefile +++ b/Rakefile @@ -191,7 +191,7 @@ task :precompile do config.environment = env config.prefix = Precious::Assets::ASSET_URL config.digest = true - config.public_path = ENV.fetch('assets_path', './public/assets') + config.public_path = ENV.fetch('GOLLUM_ASSETS_PATH', './public/assets') config.manifest = manifest end puts "Precompiling assets to #{::File.expand_path('./public/assets')}..."