ncuesta / dropzonejs-rails

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

Moves assets to app/ directory #15

Closed ncuesta closed 10 years ago

ncuesta commented 10 years ago

As @senny points out in #14, Rails 4 won't add non JS/CSS files in the vendor/ directory to the assets pipeline. Moving assets to the app/ directory does the trick and fixes this.