Displaying 1 result from an estimated 1 matches for "fiound".
Did you mean:
find
2014 Feb 18
0
Compiled assets are not found in production mode run locally
...app locally:
RAILS_ENV=production rake assets:precompile
The aove command generated some css and js with finger printed values:
i.e. application-43dcf2bdff355d2c3053e2aade23881a.css
application-c67be452a576850d0c11559f908180e3.js
etc.
Run in production:
rails s -e production
There are no CSS fiound !
When observing the html source:
<link href="/assets/application-43dcf2bdff355d2c3053e2aade23881a.css"
media="screen" rel="stylesheet">
There are the following errors in the console as well:
F, [2014-02-18T16:56:36.417436 #4036] FATAL -- :
ActionController:...