Heroku rake assets:precompile 失败

Heroku rake assets:precompile failing

我很难诊断为什么 rake assets:precompile 功能在推送到 heroku 时失败。
这是我的失败消息的摘录:

remote:        I, [2015-09-27T23:13:38.130174 #1566]  INFO -- : Writing /tmp/build_ece222744980130b2be8b337003ec99c/public/assets/application-c7927379441221ea1d8a9e016fe470ae6acdbe343094861d91f0dade373344d4.js
remote:        rake aborted!
remote:        Sass::SyntaxError: Invalid CSS after " */": expected "}", was ""
remote:        (sass):7791
remote:        /tmp/build_ece222744980130b2be8b337003ec99c/vendor/bundle/ruby/2.0.0/gems/sass-3.4.18/lib/sass/scss/parser.rb:1162:in `expected'

显然由于某些 JS 语法,它失败了。我有几个与 Signature Pad 应用程序结合使用的 Javascript,但只编辑了几个。为了进行诊断,我删除了 'suspect' 编辑的内容并重试我的推送,但无济于事。我还在我的本地开发机器上完成了 rake assets:precompile 命令,它没有错误地完成。

有人对我如何缩小搜索范围有什么建议吗?

发现我的错误。当我在打印媒体类型

中添加时,我在我的 CSS 语句之一中遗漏了结束符 }