Actually, this is two questions:
What is the correct way to use the SCSS filter in my Symfony project in Windows (in Twig templates) ? I mean, how do i use
In my case after hours of searching and trying many solutions, this worked for me:
In 'app/config/config.yml' add:
parameters:
# Assetic
assetic.filter.compass.bin: D:/Ruby193/bin/compass
D:/Ruby193/bin/compass will depend on your Ruby path.
See screenshot: http://s23.postimg.org/3n2oc5wh7/MY_SOLUTION_THAT_I_FOUND.jpg
My system: Windows 7 ultimate, Ruby 1.9.3, Symfony 2.4.3