在Middleman模板上添加Bootstrap-sass

时间:2014-01-15 04:49:34

标签: twitter-bootstrap sass middleman bootstrap-sass

我在当前的Middleman模板上添加了Twitter bootstrap-sass。

https://github.com/twbs/bootstrap-sass

除了添加bootstrap javascripts之外,所有的CSS和东西都运行良好。

我在layout.haml文件中添加了这段代码

= require bootstrap

然后告诉我这个错误,

NameError at /
undefined local variable or method `bootstrap' for #<Middleman::Application:0x25001556>
Ruby    d:/Ruby193/lib/ruby/gems/1.9.1/gems/middleman-core-3.2.1/lib/middleman-core/configuration.rb: in method_missing, line 78
Web     GET localhost/

1 个答案:

答案 0 :(得分:0)

也许你遇到的问题是你没有把ha = require bootstrap包裹在haml中。

%style
  :sass
    = require bootstrap