I was compiling my asset pipeline for my production environment and it did for all my environments. How can I uncompile my asset pipeline for my development environment?
I have checked my config/development environment and cannot find a fix.
Thanks in advance for any help…
To remove precompiled assets use:
What this basically does is remove the
public/assetsdirectory. You may need to include theRAILS_ENVvariable if you need to run it for a certain environment.