mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
Merge pull request #50 from amitaibu/patch-1
Fix small typo in minification docs
This commit is contained in:
commit
f24d26f84c
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user