Downloads
Download tar.gz
9.7 KB
MD5: 9b0da7e8630b32f6f31e7c28e18895d8
SHA-1: 973e9d37c07e51b8d7ffe9a12b259385eb2a226c
SHA-256: c0224278ec1f8719537ec653983b988c584eb44748e9c9ac5448a2df42225b94
Download zip
10.49 KB
MD5: df75100a04d478bd913d9a744825bd46
SHA-1: c1e1639b2232e511347860be0745965e6a1008db
SHA-256: 87ea6b62517091370d712675091fa8626c3cdfa60941907c659eeda3b947aa9b
Release notes
This beta fixes many serious bugs from the earlier beta. This now requires Compass v0.10.0.pre5 and PHP 5.
use --boring argument to turn off color output.
fix cron jobs. log all cron jobs.
wrap compass output in
tags for better display. overcome fgets() block by using stream_set_blocking() and stream_get_contents(). stderr buffer was filling up before stdout was giving its EOF, which caused the compass to hang and stylesheets were not compiling reliably. php5 is now required for use of stream_get_contents(). default path to compass was "/usr/bin/convert" in _compass_exec().