Skip to content

Commit 54c0428

Browse files
author
Antelle
committed
update dist and readme
1 parent 6d6eefe commit 54c0428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FileSaver.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Contributing
100100
The `FileSaver.js` distribution file is compiled with Uglify.js like so:
101101

102102
```bash
103-
uglifyjs FileSaver.js --comments /@source/ > FileSaver.min.js
103+
uglifyjs FileSaver.js --mangle --comments /@source/ > FileSaver.min.js
104104
```
105105

106106
Please make sure you build a production version before submitting a pull request.

0 commit comments

Comments
 (0)