我的网站在 Zend Framework 上,使用 Assetic 编译 SCSS 并缩小它。
当我在 Ubuntu 上开发时,它工作得非常好。
有时我需要在 Windows (WAMP) 而不是 Ubuntu 上进行开发。
我无法让 Assetic 在 Windows 上工作。
我发现了很多关于它的问答,但似乎没有答案适用于我。例如,我认为我在任何地方都没有 config.yml 文件。
如何让 Assetic + sass 在 Windows 中与 Symfony2 一起工作?
如何在 Windows 下的 Symfony2 中使用 SCSS 过滤器?
这是一个错误:
Assetic\Exception\FilterException: An error occurred while running: "C:\Ruby193\bin\sass.bat" "--load-path" "C:\code\branches\signup-and-login\scss" "--scss" "--cache-location" "C:\Windows\Temp" "C:\Windows\Temp\assCCF2.tmp" Error Output: The filename, directory name, or volume label syntax is incorrect.
想法?