css map is empty while deploying to heroku
Closed this issue · 1 comments
Tekrajs commented
I have simply cloned your app and deployed it to heroku
link --> https://boggle-app-v1.herokuapp.com/
But the css is not loading, I have tried npm run build, but it simply runs yarn install and makes no difference. The public/assets/xxxxx.css file not generated in public folder. How to solve this issue ?
Thanks.
Tekrajs commented
Its was solved by precompiling the assets before pushing them to the production site.
Thanks :)
incase anyone needs it:
rake assets:precompile