From bc17143e104dbcc0098cefecd75e11f63c7a1529 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 3 Sep 2013 16:28:20 -0400 Subject: fix MIME types --- .jshintrc | 10 ++++++++++ nginx.conf | 2 +- www/js/.jshintrc | 10 ---------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 .jshintrc delete mode 100644 www/js/.jshintrc diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..6c2d36a --- /dev/null +++ b/.jshintrc @@ -0,0 +1,10 @@ +{ + "globalstrict": true, + "browser": true, + "devel": true, + "globals": { + "Modernizr": false, + "html5ks": false, + "when": false + } +} diff --git a/nginx.conf b/nginx.conf index 9226426..3eeb610 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,6 +21,7 @@ http { audio/mp4 m4a; "audio/ogg; codecs=vorbis" ogg; "audio/ogg; codecs=opus" opus; + audio/wave wav; image/jpeg jpg; image/png png; image/svg+xml svg; @@ -28,7 +29,6 @@ http { text/cache-manifest appcache; text/css css; "text/html; charset=utf-8" html; - "text/plain; charset=utf-8" txt; video/mp4 mp4; video/ogg ogv; video/webm webm; diff --git a/www/js/.jshintrc b/www/js/.jshintrc deleted file mode 100644 index 6c2d36a..0000000 --- a/www/js/.jshintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "globalstrict": true, - "browser": true, - "devel": true, - "globals": { - "Modernizr": false, - "html5ks": false, - "when": false - } -} -- cgit v1.2.3-70-g09d2