When I run 'rake assets:precompile' I get output like this 'Warning: You are precompiling assets in development. Rails will not serve any changed assets until you delete public/assets/.manifest.json'
So I ran 'rm public/assets/.manifest.json' from the root of my project and it fixed it