update dist and readme

This commit is contained in:
Antelle
2015-10-03 23:38:09 +03:00
parent 6d6eefe570
commit 54c04285ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Contributing
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.