From c9c88d9f99e98f17d97c8155e45a9d7f4f1220e8 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Fri, 18 Mar 2016 05:59:47 +0100 Subject: [PATCH] fix webapp --- REPORT.pdf | Bin 266084 -> 266084 bytes webapp/pack.pl | 8 ++++++++ webapp/package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 webapp/pack.pl diff --git a/REPORT.pdf b/REPORT.pdf index d2271cf714f132c0988185384f1c44fcb22f5973..8ffceff0ea47454e226206ffbd00e397e75da5bb 100644 GIT binary patch delta 136 zcmaDdPvFTsfrb{w7N#xC>;G$*8kraxYa1A<8yKi-a_Rf#r?@1Rq$+5*SQ!}@ni&`y zS{Q(pY`^}WS&Y}&#nRc))y2ZZ$-vOn)Y;6y$=TJw)y>Jx%*EWz#K76rPQiwdlI;e( HEGA3;G$*m>L)wX&V@-8yKi-a_Rf#r?@1Rq$+5*SQ!}@ni&`y zS{Q(pY`^}WS&Y}&*u~7$)!4; + +foreach $file (@files){ + if ($file ne __FILE__){ + print "packing $file ...\n"; + `zip -r ../MonitorWebApp-v0.1-${file}.zip $file`; + } +} diff --git a/webapp/package.json b/webapp/package.json index fd18f8a..4cc7bb4 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "main": "index.html", "window": { - "toolbar": true, + "toolbar": false, "width": 850, "height": 800, "min_width": 850,