epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

Cannot run `cake build` #159

Closed jme783 closed 9 years ago

jme783 commented 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?

jme783 commented 9 years ago

The SCSS task is not working correctly, removing it from the Cakefile allows the rest of the task to run.

rsandor commented 9 years ago

Noticed this myself tonight when I was testing some pull requests. Making this a very high priority.