Image Fingerprinting in Rails 4

Hi, I recently discovered after updating to Rails 4 after a cap deploy when my assets were compiled that it no longer generates BOTH a fingerprinted AND non-fingerprinted version of my images.

This is a rather big issue, as our Rails project is really just an API server in the backend and we generate and link to HTML with JavaScript using AngularJS. Is there a way to revert this behavior so it once again generates fingerprinted AND non-fingerprinted versions of at least just the images?

Thanks.