Sass @warn 或 @debug 指令可以在 CodeKit 中查看吗?

Can Sass @warn or @debug directives be viewed in CodeKit?

例如,在 sass 文件中使用罗盘在保存时编译:

@warn 'this is a warning'

@debug 'debugging info'

我在编译日志中没有看到这些指令返回的任何内容。

我确定我的 config.rb 有 sass_options = {:quiet => false}

有Sass,是的,有Sass + Compass,根据我的经验,没有。

See this Compass GitHub issue. My guess is that CodeKit uses compass compile based on what I've read on CodeKit's Help page about how the GUI overrides config.rb and changes in config.rb are ignored. I think the best bet would be to create an issue on CodeKit's GitHub.