Merge pull request #50 from amitaibu/patch-1

Fix small typo in minification docs
This commit is contained in:
Matthew Griffith 2021-09-02 09:13:21 -04:00 committed by GitHub
commit f24d26f84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,5 @@ terser app.js --compress 'pure_funcs="F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,
gzip --keep --force app.min.js
# --keep = keep the original file
# --force = overwrite the exisign gzip file if it's there
# --force = overwrite the existing gzip file if it's there
```