From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- dist/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dist/index.html (limited to 'dist/index.html') diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..2a861a1 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,27 @@ + + + + + + + + BežiApp + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 5fc29dc18a5b27dd8dbf45f8dd67e42ee74419fb Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 14:11:48 +0200 Subject: install scritp fix --- dist/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 dist/index.html (limited to 'dist/index.html') diff --git a/dist/index.html b/dist/index.html old mode 100644 new mode 100755 -- cgit v1.2.3