jwhitley / requirejs-rails

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

Non-digested files are not created in public/assets #248

Closed agis closed 9 years ago

agis commented 9 years ago

I'm on a mature Rails 3.2 and I've noticed that if I upgrade to 0.9.5, the non-digested assets are not generated in the public/assets folder.

My setup is the one explained here.

Is this correct/expected behavior? Our setup breaks because of this change. Is requirejs-rails supposed to work well without non-digested assets?

P.S. I think the issue is also present in 0.9.4 but I can't really confirm because of #185. P.S. I know that Rails 4 doesn't support non-digest assets, but this is breaking Rails 3.2 apps.