JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add debugging
[peach-cgt.git] / server.coffee
index 196a0b8..c459f44 100644 (file)
@@ -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