When I try to deploy my rails app at cloud66
, I get this error:
rake aborted!
ArgumentError: same file: /var/deploy/website/web_head/releases/20150315170454/public/assets/tinymce/custom_content.css and /var/deploy/website/web_head/releases/20150315170454/public/assets/tinymce/custom_content.css
Tasks: TOP => assets:precompile
Can someone please explain why I get this error? how to solve it?
I was facing the same problem, below steps solved it:
Then run,
Now check with below command:
If the above command runs successfully with no error then it will create an assets folder in public/assets path. Delete the assets folder from 'public/assets' path.
Then git commit,push and then push to heroku. If you get the same error then add the below gem and restart again from the top.
Hope it's helpful.