Skip to content

Commit 180c5d8

Browse files
authored
Enable Live Reload (parse-community#779)
* Enable Live Reload * typo
1 parent 54a7204 commit 180c5d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ npm run dev-win
5353
```
5454

5555
Finally, open http://localhost:4000/ in your web browser.
56+
File changes will be output to `_site` folder and the browser will auto refresh.
5657

5758
-----
5859

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "_app/main.js",
66
"scripts": {
77
"start": "npm run dev",
8-
"jekyll": "bundle exec jekyll serve --incremental",
8+
"jekyll": "bundle exec jekyll serve --incremental --livereload",
99
"dev-webpack": "webpack --mode development --watch",
1010
"webpack": "webpack --mode production",
1111
"dev": "npm run dev-webpack & npm run jekyll",

0 commit comments

Comments
 (0)