使用Rogue和Middleman编译CSS资产时出错

时间:2015-02-22 15:18:40

标签: css ruby markdown middleman

我正在

'Error compiling CSS asset'
NameError: uninitialized constant #<Class:0x007fadea7c9828>::Rogue

http://i.gyazo.com/65a0865bc032d5f016c6b99eb24ffd5e.png

我正在关注middleman-syntax网站的安装指南。

&#39;样式表/ highlight.css.erb&#39;

<%= Rogue::Themes::ThankfulEyes.render(:scope => '.highlight') %>

&#39; config.rb&#39;

set :markdown_engine, :redcarpet
set :markdown, :fenced_code_blocks => true,
    :smartypants => true,
    :tables => true,
    :autolink => true

activate :syntax

完全失败。我在网上找不到其他人这个错误= /

0 个答案:

没有答案