Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
340580184f
@ -63,7 +63,7 @@ For production (shakes tree, minifies and gzips to get smaller size):
|
|||||||
|
|
||||||
pushd app
|
pushd app
|
||||||
ng build --prod
|
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";
|
gzip --best "$f";
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user