初学者使用Rails 3.0.7,Heroku,Compass(蓝图)

时间:2011-08-19 15:02:54

标签: ruby-on-rails-3 heroku compass-sass

问题:我希望我的开发和制作(Heroku)环境能够从一个位置(例如tmp / stylesheets)引用我的样式表。

然而,当我像这样引用样式表时

  

View-source显示了这条不正确的路径:

  

href =“/ stylesheets / tmp / stylesheets / screen.css”media =“screen”rel =“stylesheet”type =“text / css”

如何将默认路径设置为'tmp / stylesheets',因此我只需键入:

   screen%>

我在这里关注了所有内容:heroku development center - rails and compassUsing Compass on Heroku: /tmp for stylesheets remotely and locally

我的要点在于:https://gist.github.com/1156902

1 个答案:

答案 0 :(得分:0)

在这里,您可以看到一个精彩的截屏视频:Railscasts #279 Understanding the Asset Pipeline

在这里,您可以看到如何更改该路径:Asset Pipeline Rails Guide

我相信可以帮到你