0

我正在运行 Rails 3.2.3,当我运行时

rake 资产:预编译

大约需要 40 分钟才能完成。

以下是在我的资产组中

gem 'sass-rails',   '~> 3.2.3'
  gem 'bootstrap-sass', '~> 2.0.1'
  gem 'coffee-rails', '~> 3.2.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  gem 'therubyracer'

  gem 'uglifier', '>= 1.0.3'

这是在我的本地开发盒上运行的。耗时 2,338 秒,约 40 分钟。如果不在本地编译 Heroku 会在 500 秒左右超时。我听说人们对 1 到 3 分钟的编译有问题。但这远不止这些。可能是什么问题呢?

更新: Applcation.js ( gist ) Application.css ( gist )

4

1 回答 1

1

解决方案是拥有所有需要来自 Twitter 的 Bootstrap 的文件,application.css.scss以便@import 'bootstrap'只调用一次

于 2012-07-19T02:03:59.427 回答