In my staging.rb environment file i was trying to precompile these files: ``` config.assets.precompile += ['admin/admin.css', 'admin/admin.js'] ``` I had to remove the capistrano-faster-assets gem for this to work.