removed duplicate .js mime-type
This commit is contained in:
parent
46a95bc036
commit
68c69fb3ef
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue