X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=server.coffee;fp=server.coffee;h=c459f44f6b439384793e06f738e9008e4da56a9c;hp=196a0b844f479b296b2edf6f5c3c15595ec41314;hb=bfe832951c1e7756e937406baa4abd2b09a729d4;hpb=149015223061fdbec2d9cf2c2e59962e6ae783e6 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