lib/sinatra/assetpack/css.rb in sundawg-sinatra-assetpack-fork-0.0.12.pre1 vs lib/sinatra/assetpack/css.rb in sundawg-sinatra-assetpack-fork-0.1.6
- old
+ new
@@ -9,10 +9,10 @@
url = if local
if options.to_s.include?('embed')
to_data_uri(local)
else
- BusterHelpers.add_cache_buster(file, local)
+ HtmlHelpers.get_file_uri(file, assets)
end
else
path
end