Closed jme783 closed 9 years ago
I'm trying to run cake build to get an unminified version of the library for debugging purposes. It seems as the terminal hangs on Compiling SCSS into CSS... and sits idle. The job never finishes. Any ideas?
cake build
Compiling SCSS into CSS...
The SCSS task is not working correctly, removing it from the Cakefile allows the rest of the task to run.
Cakefile
Noticed this myself tonight when I was testing some pull requests. Making this a very high priority.
I'm trying to run
cake build
to get an unminified version of the library for debugging purposes. It seems as the terminal hangs onCompiling SCSS into CSS...
and sits idle. The job never finishes. Any ideas?