【发布时间】:2013-06-23 23:04:45
【问题描述】:
这已经困扰我好几天了,自从一周前我可能第 30 次启动 Heroku,突然间我收到了这个错误
我不使用 Sass!它不在我的 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,所以不是这样
谢谢
【问题讨论】:
-
只是出于好奇,您的 CSS 文件有效吗?
标签: css heroku compilation sass