Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwzw committed Mar 26, 2017
1 parent 7429e34 commit f44e32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ liteDevServer({
webSocketPort: 8080,
page404: null,
liveReload: true,
reloadDelay: 200,
autoInjectClientJS: true,
historyApiFallback: false,
proxy: [
Expand All @@ -104,6 +105,8 @@ liteDevServer({

* liveReload (Boolean) (default value: true).

* reloadDelay (Integer) (default value: 100): reload delay for liveReload (in milliseconds).

* liveReloadDelay (Integer) (default value: 0): Delay before the page is reloaded.

* autoInjectClientJS (Boolean) (default value: true): Auto inject javascript in html documents (for liveReload).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lite-dev-server",
"version": "1.5.29",
"version": "1.5.30",
"description": "This is http file server for develpment. This server supports livereload function and proxy function for your api server.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f44e32c

Please sign in to comment.