I have a custom application_admin.css.scss
under app/assets/stylesheets
and I have this line in my config/environments/production.rb
file
config.assets.precompile += [%w(application_admin.css)]
When I run bundle exec rake assets:precompile
the custom stylesheet doesn't compile
I came across this post but I already have what they suggested. Rails Assets custom manifests are not precompiling
What else should I check?