From efb1f58733b2f52175d4782c5a48d279c9eccaea Mon Sep 17 00:00:00 2001 From: janpapenbrock Date: Mon, 28 Sep 2015 11:56:22 +0200 Subject: [PATCH] Disable font URL cache busting per default. --- core/lib/compass/core/sass_extensions/functions/urls.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/compass/core/sass_extensions/functions/urls.rb b/core/lib/compass/core/sass_extensions/functions/urls.rb index 25dcc58252..b3f3f8ff86 100644 --- a/core/lib/compass/core/sass_extensions/functions/urls.rb +++ b/core/lib/compass/core/sass_extensions/functions/urls.rb @@ -47,7 +47,7 @@ def self.included(base) base.declare :font_url, [:path, :only_path, :cache_buster] end end - def font_url(path, only_path = bool(false), cache_buster = bool(true)) + def font_url(path, only_path = bool(false), cache_buster = bool(false)) path = path.value # get to the string value of the literal. # Short curcuit if they have provided an absolute url.