From 002e8ac29f7f75cbddbf758b2982cff1e2d0d555 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 6 Apr 2015 16:39:31 +0300 Subject: build.ant: add version-tag, visible from user as RZ_VERSION (global) --- res/templates/fragment/.notempty | 0 res/templates/index.html | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 res/templates/fragment/.notempty (limited to 'res') diff --git a/res/templates/fragment/.notempty b/res/templates/fragment/.notempty new file mode 100644 index 00000000..e69de29b diff --git a/res/templates/index.html b/res/templates/index.html index 6c1ea80b..1e80cf39 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -18,6 +18,8 @@ var rz_config = { // set as a global variable 'rz_server_port': '{{ rz_config__port }}', 'separator_string': ' ', }; + +var RZ_VERSION = '{% include "fragment/version.txt" %}'; -- cgit v1.3.1