Skip to content

Commit

Permalink
Removed connect; included with express/node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Jun 12, 2011
1 parent d354b0b commit 331f4e4
Show file tree
Hide file tree
Showing 34 changed files with 0 additions and 3,451 deletions.
5 changes: 0 additions & 5 deletions server/bin/httpmock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ var serverAt = function (options) {


var basedir = __dirname.replace(/\w+$/, ''); var basedir = __dirname.replace(/\w+$/, '');


// Needed to require express locally; e.g. it does a require('connect')
['connect/lib', 'qs', 'mime'].forEach(function (path) {
require.paths.unshift(basedir + '/deps/' + path);
});

require.paths.push(basedir); require.paths.push(basedir);
require.paths.push(basedir + '/lib'); require.paths.push(basedir + '/lib');
require.paths.push(basedir + '/deps'); require.paths.push(basedir + '/deps');
Expand Down
11 changes: 0 additions & 11 deletions server/deps/connect/.npmignore

This file was deleted.

24 changes: 0 additions & 24 deletions server/deps/connect/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions server/deps/connect/index.js

This file was deleted.

106 changes: 0 additions & 106 deletions server/deps/connect/lib/connect.js

This file was deleted.

218 changes: 0 additions & 218 deletions server/deps/connect/lib/http.js

This file was deleted.

Loading

0 comments on commit 331f4e4

Please sign in to comment.