Reputation: 2148
The Rails guide here says
"Any assets under public will be served as static files by the application or web server when config.serve_static_files is set to true. You should use app/assets for files that must undergo some pre-processing before they are served."
I'm using Rails 4.2.4. There is no public/assets folder. This leaves me wondering a few things:
Upvotes: 6
Views: 5078
Reputation: 13105
app/assets
folder.I recommend reading this article, which explains asset pipeline in much detail.
Upvotes: 8