Skip to content

Commit

Permalink
[fix] remove vendor/ using bundleDeps and correcting .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Oct 14, 2011
1 parent 2add277 commit 1c5e147
Show file tree
Hide file tree
Showing 57 changed files with 6 additions and 2,670 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
node_modules
node_modules/*
!node_modules/node-static
npm-debug.log
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -14,13 +14,6 @@ Once you have `npm`:
This will install `http-server` globally so that it may be run from the command line.


If you cannot install `npm`, you can always clone the source directly:

git clone git://github.com/nodejitsu/http-server.git
cd http-server
node bin/http-server

## Usage:

http-server [path] [options]
Expand Down
2 changes: 1 addition & 1 deletion lib/http-server.js
Expand Up @@ -8,7 +8,7 @@

var colors = require('colors'),
argv = require('optimist').argv,
static = require('../vendor/node-static/lib/node-static'),
static = require('node-static'),
http = require('http');

var HTTPServer = exports.HTTPServer = function (options) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -17,10 +17,12 @@
"command"
],
"dependencies" : {
"eyes": "~0.1.6",
"colors" : "*",
"optimist" : "0.2.x"
},
"license" : "MIT",
"bundleDependencies" : [ "node-static" ],
"license" : "MIT",
"engine" : {
"node" : ">=0.4"
}
Expand Down
19 changes: 0 additions & 19 deletions vendor/colors/MIT-LICENSE.txt

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/colors/ReadMe.md

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/colors/example.html

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/colors/example.js

This file was deleted.

191 changes: 0 additions & 191 deletions vendor/colors/index.js

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/colors/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/eyes/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/eyes/Makefile

This file was deleted.

0 comments on commit 1c5e147

Please sign in to comment.