【发布时间】:2014-04-05 05:24:26
【问题描述】:
【问题讨论】:
【问题讨论】:
grunt-contrib-compass 是一个不错的桥梁,它允许您将 Compass(一个 ruby 项目)与 grunt 一起使用。 javascriptsDir 对应于 Compass 选项 javascripts_dir。
Compass 实际上并没有使用javascripts_dir 选项本身,但是该选项可供指南针扩展使用。这样您就不会得到多个扩展名,这些扩展名都需要知道您的 javascript 文件在哪里,并且都使用不同的选项名称。
Here's the explanation straight from one of the Compass developers.
【讨论】: