--- a/server/php/basic/public_html/static/lib/FileSaver/README.md Fri Mar 18 14:15:23 2016 +0100
+++ b/server/php/basic/public_html/static/lib/FileSaver/README.md Thu Mar 31 17:12:38 2016 +0200
@@ -21,6 +21,7 @@
| Firefox < 20 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) |
| Chrome | Blob | Yes | [500 MiB][3] | None |
| Chrome for Android | Blob | Yes | [500 MiB][3] | None |
+| Edge | Blob | Yes | ? | None |
| IE 10+ | Blob | Yes | 600 MiB | None |
| Opera 15+ | Blob | Yes | 500 MiB | None |
| Opera < 15 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) |
@@ -100,7 +101,7 @@
The `FileSaver.js` distribution file is compiled with Uglify.js like so:
```bash
-uglifyjs FileSaver.js --comments /@source/ > FileSaver.min.js
+uglifyjs FileSaver.js --mangle --comments /@source/ > FileSaver.min.js
```
Please make sure you build a production version before submitting a pull request.