I want to manually precompile some assets in my dev environment (to check the contents of compiled js and css files) from the command line.
I run
RAILS_ENV=development bundle exec rake assets:precompile
but my js and css are not compiled in the public / assets folder, only images. Any idea why this might happen?
source share