From 068a3541fac291885945b1fe5de58e8fe01a98d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Thu, 14 May 2020 21:43:04 +0200 Subject: version is now updated in sw.js and about.bvr --- configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 configure (limited to 'configure') diff --git a/configure b/configure new file mode 100755 index 0000000..0d51c9b --- /dev/null +++ b/configure @@ -0,0 +1,11 @@ +#!/bin/bash +cd tmp +rm -rf bverbose +git clone https://github.com/sijanec/bverbose +cd bverbose +gcc test/tape-test.c -I lib -I src -o ../../bin/compose-single +gcc test/compose-all-in-dir.c -I lib -I src -o ../../bin/compose-html +cd .. +rm -rf bverbose +cd .. + -- cgit v1.2.3 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 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 0d51c9b..c067913 100755 --- a/configure +++ b/configure @@ -1,4 +1,5 @@ #!/bin/bash +mkdir tmp cd tmp rm -rf bverbose git clone https://github.com/sijanec/bverbose -- cgit v1.2.3 From b2c1b20b7c90ea481082c82ca2dba0e0e907566b Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 17:37:09 +0200 Subject: missing loginError added to l18n --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index c067913..13d7a7f 100755 --- a/configure +++ b/configure @@ -6,6 +6,8 @@ git clone https://github.com/sijanec/bverbose cd bverbose gcc test/tape-test.c -I lib -I src -o ../../bin/compose-single gcc test/compose-all-in-dir.c -I lib -I src -o ../../bin/compose-html +gcc test/jsbundle-test.c -I lib -I src -o ../../bin/jsbundle +gcc test/jsmin-test.c -I lib -I src -o ../../bin/jsmin cd .. rm -rf bverbose cd .. -- cgit v1.2.3