Skip to content

Commit

Permalink
fix webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarin91 committed Mar 18, 2016
1 parent ba41c9f commit c9c88d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file modified REPORT.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions webapp/pack.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@files = <*>;

foreach $file (@files){
if ($file ne __FILE__){
print "packing $file ...\n";
`zip -r ../MonitorWebApp-v0.1-${file}.zip $file`;
}
}
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"main": "index.html",
"window": {
"toolbar": true,
"toolbar": false,
"width": 850,
"height": 800,
"min_width": 850,
Expand Down

0 comments on commit c9c88d9

Please sign in to comment.