Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dragos 2021-06-07 12:09:06 +03:00
commit 340580184f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ For production (shakes tree, minifies and gzips to get smaller size):
pushd app
ng build --prod
for f in $(find dist -type f -not -name '*.html' -not -name '*.png'); do
for f in $(find dist -type f -not -name '*.html' -not -name '*.png' -not -name '*.jpg'); do
gzip --best "$f";
done
popd