Rails Sprockets::CircularDependencyError in 是什么原因,如何解决?

stephen · March 29, 2012 · Last by outman replied at April 27, 2012 · 2127 hits

有一些 CSS 是原始得,一些是 scss,访问得时候就出现这个错误了 google 了一下, 外国的解决办法是

You should remove app/assets/stylesheets/application.css

or remove

/*
 *= require_self
 *= require_tree .
*/

造成的原因是什么呢?

你没有从原始 git 仓库中删除该文件。然后你再其他地方 clone 就多出了这个文件。

You need to Sign in before reply, if you don't have an account, please Sign up first.