My site is on Zend Framework and uses Assetic to compile SCSS and minify it.
It works wonderfully when I'm developing on Ubuntu.
Sometimes I need to develop on Windows (WAMP) instead of Ubuntu.
I haven't been able to get Assetic to work on Windows.
I've found many Q&As about it but no answers seem to apply to me. E.g. I don't think I have a config.yml file anywhere.
How to have Assetic + sass work with Symfony2 in Windows?
How to use SCSS filter in Symfony2 under Windows?
Here is an error:
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.
Thoughts?