iwillwen / webjs

Simple and stable development for Node.js
http://iwillwen.github.com/webjs
99 stars 13 forks source link

mime package #6

Closed dataliven closed 11 years ago

dataliven commented 11 years ago

Hi, I just donwload and play the cool code. A small typo in lib/request.js, the line#1 var mimes = require('mime').mimes; was var mimes = require('.mime').mimes; so when I run server, it says can not find mime...

iwillwen commented 11 years ago

Yep, I found the bug.I will fix as soon as possible. Thanks!

2013/3/13 dataliven notifications@github.com

Hi, I just donwload and play the cool code. A small typo in lib/request.js, the line#1 var mimes = require('mime').mimes; was var mimes = require('.mime').mimes; so when I run server, it says can not find mime...

— Reply to this email directly or view it on GitHubhttps://github.com/iwillwen/webjs/issues/6 .

Will Wen Gunn 甘超阳 小问 A Web Developer, Front-end Engineer, Server-side JavaScript Developer(Node.js), Otaku, Framework Designer.

Weibo: http://weibo.com/iwillwen Twitter: http://twitter.com/iwillwen Blog: http://iwwen.me Cure: iwwen About Me: http://about.me/iwillwen

iwillwen commented 11 years ago

iwillwen/webjs,

Find out why I love Twitter.

Instant updates about news, sports, entertainment. And you.

Join me on Twitter: https://twitter.com/i/ce660d250b3db391e1e73b38560f192b288a1b6c

Wen小问 (@iwillwen)


This message was sent by a Twitter user who entered your email address. If you'd prefer not to receive emails when other people invite you to Twitter, click here: https://twitter.com/i/o?c=IuVwbCB3dgHVaBJy46eveUubfqbD45pUnnvKosqXHjZbBfwKlzJAZhBXyhxQFvAJgXa%2F2LmMtc9%2FtbklZlc6PFowdWw3nYncqArfEVeMyuY2ruTOymx%2Bsg%3D%3D

iwillwen commented 11 years ago

Fixed