ncuesta / dropzonejs-rails

Spice your Rails apps with some Dropzone sugar!
http://rubygems.org/gems/dropzonejs-rails
MIT License
312 stars 56 forks source link

Use image-url instead of image-path #6

Closed namor closed 11 years ago

namor commented 11 years ago

Missing background images because image-path was used. Changed to image-url

ncuesta commented 11 years ago

This is not an issue with the file itself, but with the Rake :get task. It changes the relative references made in the original dropzone.css.scss to use image-path. I won't be merging this one, as I'll fix the Rakefile directly.

@namor @tslim Thanks for reporting!

ncuesta commented 11 years ago

This should be fixed for good now :)

namor commented 11 years ago

Awesomeness.. thanks for the quick response