JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add debugging
authorJason Woofenden <jason@jasonwoof.com>
Wed, 25 Jul 2012 21:04:44 +0000 (17:04 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 25 Jul 2012 21:04:44 +0000 (17:04 -0400)
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