rake assets:precompile throws Sass::SyntaxError: Invalid CSS after “*/”

后端 未结 6 1324
小鲜肉
小鲜肉 2021-01-02 04:21

I hope this isn\'t a duplicate problem; I\'ve tried other solutions on SO with no effect

When pushing my app to Heroku, the push has failed because applicat

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 04:57

    I ran into a similar issue as well and stumbled upon this thread. Turned out for me, I left a } off of the end of one of my CSS statements. Added it in and I was back up within minutes.

提交回复
热议问题