-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace connect.static() internals with send module
- Loading branch information
Showing
4 changed files
with
31 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,11 @@ | |
"author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)", | ||
"dependencies": { | ||
"qs": "0.4.2", | ||
"mime": "1.2.4", | ||
"formidable": "1.0.11", | ||
"crc": "0.2.0", | ||
"cookie": "0.0.4", | ||
"fresh": "0.0.1", | ||
"bytes": "0.0.1", | ||
"range-parser": "0.0.4", | ||
"send": "0.0.1", | ||
"debug": "*" | ||
}, | ||
"devDependencies": { | ||
|
This file was deleted.
Oops, something went wrong.
3ea7fa2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys, how come you no longer emit a 'static' event when serving a static page? I was using this to do things whenever a static file was being served, is there a new way to be doing this? Thanks.