search for: 43dcf2bdff355d2c3053e2aade23881a

Displaying 1 result from an estimated 1 matches for "43dcf2bdff355d2c3053e2aade23881a".

2014 Feb 18
0
Compiled assets are not found in production mode run locally
I have a strange behaviour with compiled assets when running a simple draft 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"&g...