From 68c69fb3ef37e0bfbdb931e03656897d47c4d11b Mon Sep 17 00:00:00 2001 From: Christian Hellsten Date: Tue, 22 Jun 2010 15:53:26 +0300 Subject: [PATCH] removed duplicate .js mime-type --- bin/jekyll | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/jekyll b/bin/jekyll index 9c47d48c..b33d4247 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -152,8 +152,6 @@ if options['server'] include WEBrick FileUtils.mkdir_p(destination) - mime_types = WEBrick::HTTPUtils::DefaultMimeTypes - mime_types.store 'js', 'application/javascript' mime_types = WEBrick::HTTPUtils::DefaultMimeTypes mime_types.store 'js', 'application/javascript'