Skip to content

Commit

Permalink
Disable font URL cache busting per default.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpapenbrock committed Sep 28, 2015
1 parent d5df161 commit efb1f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/compass/core/sass_extensions/functions/urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efb1f58

Please sign in to comment.