Setup
bundle exec rake assets:precompile
error.css: error-8f9fb7a53be409476d28603c33a7cd1d.css
Problem
error.css isn't precompiled
Other odd things that may indicate problems with my setup
config.assets.compile = false
. This is desired. When I turn it to true it works, but I don't want live compileHelp?!
By default css and js files (except application.js and application.css) are not precompiled. It looks like you can add config.assets.precompile += %w( errors.css )
to fix your issue. Also, there's more info about precompiling here: http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets
Have you tried restarting the server after you precompiled the assets? The server will stick to the manifest.yml it had when you started the server.
(I know it's a late answer but I just had the problem :) )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With