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.

This commit is contained in:
Adam Ierymenko 2016-06-29 12:00:16 -07:00
commit df00d3b046
74 changed files with 7397 additions and 0 deletions

View file

@ -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