From: Jason Woofenden Date: Wed, 25 Jul 2012 21:04:44 +0000 (-0400) Subject: add debugging X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=commitdiff_plain;h=bfe832951c1e7756e937406baa4abd2b09a729d4 add debugging --- diff --git a/server.coffee b/server.coffee index 196a0b8..c459f44 100644 --- a/server.coffee +++ b/server.coffee @@ -273,6 +273,7 @@ http_server = http.createServer (req, res) -> url_parts.query = {} rel_path = url_parts.pathname.substr 1 + console.log rel_path if rel_path.substr(0, 9) is 'external/' return external_javascript_handler url_parts.query, res, req, url_parts