I\'m trying to deploy a rails app but I\'m stuck with an asset pre-compilation error. According to the production log the error is being caused by a \'Blueprint\' css script cal
I ran into the same problem. But it turns out my missing asset was compiled into application.js (as it merges all files), so I simply had to remove the reference to the specific file (webcam.js in my case).