I tore my hair out on this!!!
Everytime when im trying to compile my SCSS i get the following error.
Assetic\Exception\FilterException: An error occurred while running: "compass" "compile"
"C:\Windows\Temp" "--output-style" "expanded" "--boring" "--images-dir"
"C:\xampp\htdocs\eder/sites/all/themes/eder/images" "--config"
"C:\Windows\Temp\ass4B5B.tmp" "--sass-dir" "" "--css-dir" ""
"C:/Windows/Temp/ass4B5C.tmp.scss" Error Output: Der Befehl ""compass"" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Input: /*
(here comes the whole SCSS-File)
Any help to solve that is very, very appreciated!!!
Thanks in advance
Fab
Comments
Comment #1
tsi commentedThe problem, as you may have already figured, is that Assetic (the component responsible of compiling Sass) can't find the path to compass on your system.
Please see if any of the instructions here helps and please report back so we can document it.
You can also run a search through the Assetic issue queue.
Thanks.
Comment #2
tsi commentedCleaning up.
So much have changed lately in the 3.x branch that this issue is probably irrelevant.
You are welcome to try the latest v3.x