Skip to content

Commit 04f2602

Browse files
Update AutoReload.md
1 parent 72bc1df commit 04f2602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/AutoReload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Other things being equal, the rate of progress in application development is directly related to the time it takes to make and test one small change. By default, the NearlyPurePythonWebAppDemo (NPPWAD hereafter) skeleton will detect changes in any of the Python source files and reload both the server and the client side -- including a rebuild of `client.js` from `client.py` if needed.
44

5-
5+
*Note: The mechanism described here is also incorporated in the new single-file skeleton, `allinone.py`.*
66
## How it works
77

88
Bottle already provides an auto-reloader and a debug mode. The Bottle Tutorial explains both of those [here](https://bottlepy.org/docs/dev/tutorial.html#debug-mode). NPPWAD takes advantage of them and extends them by

0 commit comments

Comments
 (0)