From 5c463926056e3f2d3df8fb74e993e116c42c83a4 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 9 Dec 2012 22:27:19 -0800 Subject: adding some logs --- lib/css.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/css.js b/lib/css.js index 12e9052..3791252 100644 --- a/lib/css.js +++ b/lib/css.js @@ -71,6 +71,8 @@ function cache(callback) { var complete = 0 , _cache = {} + console.log('trying to cache files') + FILES.forEach(function (filename) { var req , res @@ -97,6 +99,7 @@ function cache(callback) { if (++complete == FILES.length) { CACHE = _cache callback && callback(null, CACHE) + console.log('cache complete !!!!!!!!!!!!!!!!!!') } }) -- cgit v1.2.3