You can clean up precompiled assets using:
$ rails assets:clean
This command is built to be safe for situations like rolling deploys. Any assets that are still being used will not be cleaned up.
If you really want to wipe out all precompiled assets, you should clobber them:
$ rails assets:clobber