Remove live reload js when not in dev mode

Fixes #16
This commit is contained in:
2023-09-13 14:38:42 -04:00
parent ab636df83d
commit a6abe54dbc
2 changed files with 30 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" href="croppie.css" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<script src="http://localhost:35729/livereload.js"></script>
<!-- DEVONLY --> <script src="http://localhost:35729/livereload.js"></script>
<script src="croppie.js" defer></script>
<script src="index.js" defer></script>
<link rel="stylesheet" href="index.css" />