From df00d3b046ee7b88eaf068b802411814ac97dfd2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 29 Jun 2016 12:00:16 -0700 Subject: Going to have to continue to use the old MAC web-container-based UI on Macs prior to 10.10 even when the new UI comes out, and the new UI is not ready yet anyway, so resurrect this. --- ext/installfiles/mac/ui/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/installfiles/mac/ui/Makefile (limited to 'ext/installfiles/mac/ui/Makefile') diff --git a/ext/installfiles/mac/ui/Makefile b/ext/installfiles/mac/ui/Makefile new file mode 100644 index 00000000..4be03228 --- /dev/null +++ b/ext/installfiles/mac/ui/Makefile @@ -0,0 +1,6 @@ +all: + mkdir -p build + jsx --target es3 -x jsx . ./build + rm -f ztui.min.js + minify build/*.js >>ztui.min.js + rm -rf build -- cgit v1.2.3