lib/linner/sprite.rb in linner-0.6.7 vs lib/linner/sprite.rb in linner-0.7.0

- old
+ new

@@ -49,10 +49,10 @@ .gsub("_", "-") style << "#{selector}#{selector_with_pseudo_class} { width: #{image.width}px; height: #{image.height}px; - background: url(#{File.join config['url'], name}) -#{image.left}px -#{image.top}px no-repeat; + background: url(#{File.join config['path'], name}) -#{image.left}px -#{image.top}px no-repeat; } " end end