the Rails Guides says:
If there are missing precompiled files in production you will get an Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPre
Try just:
rake assets:precompile
I've had similar issues and that has worked. You can also delete the contents of the /public/assets directory and try running it again.
/public/assets