jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 202 forks source link

change assets to config.assets #265

Closed flrngel closed 8 years ago

flrngel commented 8 years ago

PR resolving SPROCKET README

image

flrngel commented 8 years ago

I changed my code production.rb in rails as below,

config.assets.compile = true

closing.