1

这已经困扰我好几天了,自从一周前我可能第 30 次启动 Heroku,突然间我收到了这个错误

我不使用萨斯!它不在我的 gemfile 或其他任何地方!它在本地主机中完美运行,我在网上找到的所有答案都不起作用!

这是我的 application.css

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */

有谁知道为什么heroku给我这个烦人的错误

PS:如果您想知道,我在创建 heroku 应用程序时使用了 stack cedar,所以不是那样的

谢谢你

4

1 回答 1

0

好的,过了一会儿,我想通了!

解决这个错误的最简单、不那么快但压力最小的方法是继续执行 Heroku 编译时出错的文件,在我的例子中是 base2.css,然后逐行复制 css 代码并输入它在这里CSS Validator,我强烈推荐这个,它会告诉你哪些行有错误,哪些行没问题。此外,它会在发现错误的地方重新编写代码,它将完美地组织给出的新代码,即使它看起来像一本书一样长,它也会是正确的代码。然后,您可以缩小他们给您的代码,将书本长代码变成一行。

于 2013-06-23T15:04:45.230 回答