TurbineCSS / Turbine

A collection of PHP-powered tools that are designed to decrease css development time and web developer headache.
http://turbinecss.github.io
GNU Lesser General Public License v3.0
140 stars 19 forks source link

Fails silently and hangs when cache directory is missing #174

Open tdhooper opened 13 years ago

tdhooper commented 13 years ago

Would be nice if it rendered the CSS, and reported the missing cache directory

commi commented 13 years ago

yea, thats problably the cache-file-locking mechanism that gets stuck in a loop if the locking fails (could happen easily ob busy dev-servers). i removed all that on my branch, but thats crappy and therefore not yet public:)

i my opinion cache-thrashing would is less bad than deadlocks, but i'm not that dep in the guts of turbine yet to remove that safely:)