Symfony2如何知道sass和指南针安装在哪里?

时间:2013-03-27 09:02:40

标签: symfony assetic

我已经安装了Sass和Compass:

gem install sass
gem install compass

现在我正在尝试将Sass,Compass和Assetic整合到symfony2上。但我不明白的是 Symfony2如何在我的系统上找到Sass和Compass instalations(Windows 8)

1 个答案:

答案 0 :(得分:1)

您可以在资产配置中提供可执行文件的路径,这将在文档中介绍;

http://symfony.com/doc/current/reference/configuration/assetic.html