Only add fingerprints if perform_caching is on

This commit is contained in:
Joshua Peek 2011-03-29 17:27:49 -05:00
parent e646385993
commit a5f547cc79

@ -48,7 +48,7 @@ def compute_sprockets_path(source, dir, default_ext)
end
# Fingerprint url
source = assets.path(source)
source = assets.path(source, config.perform_caching)
host = compute_asset_host(source)