From fdd3b103bb209045123693cd60149b951c7b2be8 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 29 Nov 2024 13:24:16 +0100 Subject: rewritten the source of the application --- templates/live_preview.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/live_preview.py (limited to 'templates/live_preview.py') diff --git a/templates/live_preview.py b/templates/live_preview.py deleted file mode 100644 index e753fc6..0000000 --- a/templates/live_preview.py +++ /dev/null @@ -1,14 +0,0 @@ -from livereload import Server - -server = Server() -# Watch HTML file -server.watch('index.html') -# Watch CSS files -server.watch('static/styles.css') -# Watch JavaScript files -server.watch('static/main.mjs') -# Watch other files if needed -server.watch('page/*') # Watch everything in the page folder - -# Serve the current directory -server.serve(root='.') -- cgit v1.2.3-70-g09d2