summaryrefslogtreecommitdiffstats
path: root/web/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-14 21:44:03 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-14 21:44:03 +0200
commit95b6adb1b6f42c74be8e129235f2f611a6cc3c01 (patch)
treed8258f06ee37bce18995b78bcf4fe91581f761c8 /web/Makefile.am
parentd919b276f5c53850511dc65e273020a216ab6e41 (diff)
snapshots are now compressed to save disk space (1/2 the size) and browser memory (1/4 the size)
Diffstat (limited to 'web/Makefile.am')
-rw-r--r--web/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
index 22d7e09678..84787b9e10 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -50,10 +50,11 @@ dist_weblib_DATA = \
lib/gauge-1.3.2.min.js \
lib/jquery-2.2.4.min.js \
lib/jquery.easypiechart-97b5824.min.js \
- lib/perfect-scrollbar-0.6.15.min.js \
lib/jquery.peity-3.2.0.min.js \
lib/jquery.sparkline-2.1.2.min.js \
+ lib/lz-string-1.4.4.min.js \
lib/morris-0.5.1.min.js \
+ lib/perfect-scrollbar-0.6.15.min.js \
lib/raphael-2.2.4-min.js \
lib/tableExport-1.6.0.min.js \
$(NULL)