Skip to content

Commit

Permalink
Merge pull request #29 from BR0kEN-/remove-keepalive
Browse files Browse the repository at this point in the history
Remove unused "keepalive" option
  • Loading branch information
micahblu authored Jul 30, 2016
2 parents 686cde2 + 3dbfe66 commit 02eb5a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ Default: `'.'`

From which folder the webserver will be served. Defaults to the directory of the gulpfile.

### keepalive

Type: `boolean`
Default: `true`

Keep the server alive indefinitely.

### open

Type: `boolean`
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ module.exports = (function () {
port: 8000,
hostname: '127.0.0.1',
base: '.',
keepalive: false,
open: false,
bin: 'php',
root: '/',
Expand Down

0 comments on commit 02eb5a6

Please sign in to comment.