We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a7204 commit 180c5d8Copy full SHA for 180c5d8
README.md
@@ -53,6 +53,7 @@ npm run dev-win
53
```
54
55
Finally, open http://localhost:4000/ in your web browser.
56
+File changes will be output to `_site` folder and the browser will auto refresh.
57
58
-----
59
package.json
@@ -5,7 +5,7 @@
5
"main": "_app/main.js",
6
"scripts": {
7
"start": "npm run dev",
8
- "jekyll": "bundle exec jekyll serve --incremental",
+ "jekyll": "bundle exec jekyll serve --incremental --livereload",
9
"dev-webpack": "webpack --mode development --watch",
10
"webpack": "webpack --mode production",
11
"dev": "npm run dev-webpack & npm run jekyll",
0 commit comments