Skip to content

Instantly share code, notes, and snippets.

@syllog1sm
Created September 14, 2013 16:33
Show Gist options
  • Save syllog1sm/6563418 to your computer and use it in GitHub Desktop.
Save syllog1sm/6563418 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from BaseHTTPServer import HTTPServer, test
from SimpleHTTPServer import SimpleHTTPRequestHandler
SimpleHTTPRequestHandler.extensions_map['.less'] = 'text/css'
SimpleHTTPRequestHandler.extensions_map['.ks'] = 'text/javascript'
test(SimpleHTTPRequestHandler, HTTPServer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment