When deploying your rails 4 app, you might experience a problem where the** fingerprint is not appended** to the assets name on your HTML when you deploy into production. To solve this issue:
Each time your assets change you should clean and re-pre-compile them like this:
Hint: You can also add the following to ~/.bashrc **and you won't have to keep specifying that you're in production mode**: