lib/angelo.rb in angelo-0.1.11 vs lib/angelo.rb in angelo-0.1.12
- old
+ new
@@ -28,9 +28,10 @@
HTML_TYPE = 'text/html'
JSON_TYPE = 'application/json'
FORM_TYPE = 'application/x-www-form-urlencoded'
FILE_TYPE = 'application/octet-stream'
+ JS_TYPE = 'text/javascript'
DEFAULT_ADDR = '127.0.0.1'
DEFAULT_PORT = 4567
DEFAULT_VIEW_DIR = 'views'