Skip to content

Commit

Permalink
Update python3 live reload script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassejoe committed Jun 28, 2024
1 parent 8c006ae commit 7c6defa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions live.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from livereload import Server, shell
server = Server()
server.watch('build/html/*.html')
server.serve(root="build/html", open_url_delay=4)
server.watch('build*.html')
server.serve(root="build", open_url_delay=4)

0 comments on commit 7c6defa

Please sign in to comment.