Hacker News new | ask | show | jobs
by jmtame 5495 days ago
is there a reason to dump your images into the assets vs public folder then?
1 comments

Not really for application specific images. However, vendor, lib, and engine images will be copied into public in production. Keeps you from manually having to keep somebody elses asset dependencies updated in your app.