我刚刚在我的Rails应用中设置了compass-rails
,一切正常。
但它使用默认的:expanded
输出并具有调试行注释。
通过Google搜索,我发现指南针配置位于config/compass.rb
这是我的config/compass.rb
:
project_type = :rails
project_path = RAILS_ROOT if defined?(RAILS_ROOT)
output_style = :nested
line_comments = false
但是输出仍然是:expanded
并且有调试行,我已经尝试多次重启服务器但它仍然没有检测到配置。
任何解决方案?也许语法不同?
由于