From 9626563e85445fa427b083c05424fbf67a52e91e Mon Sep 17 00:00:00 2001 From: "Paul Merchant, Jr" Date: Thu, 10 Dec 2015 11:31:01 -0500 Subject: [PATCH] Modified default value of http_generated_images_dir to fall back to generated_images_dir instead of http_images_dir. --- core/lib/compass/configuration/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/compass/configuration/defaults.rb b/core/lib/compass/configuration/defaults.rb index 050561141c..47b0474ae6 100644 --- a/core/lib/compass/configuration/defaults.rb +++ b/core/lib/compass/configuration/defaults.rb @@ -118,7 +118,7 @@ def default_generated_images_dir end def default_http_generated_images_dir - top_level.http_images_dir + top_level.generated_images_dir end def default_http_images_dir