Skip to content

Commit

Permalink
Enable Live Reload (parse-community#779)
Browse files Browse the repository at this point in the history
* Enable Live Reload

* typo
  • Loading branch information
dplewis committed Oct 24, 2020
1 parent 54a7204 commit 180c5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ npm run dev-win
```

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

-----

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "_app/main.js",
"scripts": {
"start": "npm run dev",
"jekyll": "bundle exec jekyll serve --incremental",
"jekyll": "bundle exec jekyll serve --incremental --livereload",
"dev-webpack": "webpack --mode development --watch",
"webpack": "webpack --mode production",
"dev": "npm run dev-webpack & npm run jekyll",
Expand Down

0 comments on commit 180c5d8

Please sign in to comment.