Skip to content

Commit

Permalink
Fix #49
Browse files Browse the repository at this point in the history
  • Loading branch information
txchen committed Jul 11, 2019
1 parent f54b191 commit 2dabd67
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 136 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ The values in the command line have higher priority than the ones in the config

## Changelog

**2019-03-30** `2.6.3`
Upgrade dependencies. Bug fix: #49.

**2019-03-30** `2.6.2`
Bug fix: #46.

Expand Down
3 changes: 3 additions & 0 deletions examples/example2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions examples/example4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion livereload.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Livereload.prototype.middleFunc = function livereload (req, res, next) {
}

if (req.method === 'GET' && pathname === clientJsPath) {
res.writeHead(200)
res.writeHead(200, { 'Content-Type': 'application/javascript' })
res.end(clientJsContent)
return
}
Expand Down
Loading

0 comments on commit 2dabd67

Please sign in to comment.