Use gzip -n to prevent embedded buildtimes
This commit is contained in:
parent
007eacca5b
commit
eaf585bc01
@ -282,6 +282,6 @@ rm transform.xsl
|
|||||||
|
|
||||||
mv temp.svg $file.svg
|
mv temp.svg $file.svg
|
||||||
if [ $isSvgz = 1 ]; then
|
if [ $isSvgz = 1 ]; then
|
||||||
gzip $file.svg
|
gzip -n $file.svg
|
||||||
mv $file.svg.gz $file.svgz
|
mv $file.svg.gz $file.svgz
|
||||||
fi
|
fi
|
||||||
|
@ -19,5 +19,5 @@ echo Processing $file
|
|||||||
|
|
||||||
/usr/bin/perl -p -i -e "s/color:#[^;]*;(.*)fill:currentColor/\1fill:currentColor/g" $file.svg
|
/usr/bin/perl -p -i -e "s/color:#[^;]*;(.*)fill:currentColor/\1fill:currentColor/g" $file.svg
|
||||||
|
|
||||||
gzip $file.svg
|
gzip -n $file.svg
|
||||||
mv $file.svg.gz $file.svgz
|
mv $file.svg.gz $file.svgz
|
Loading…
Reference in New Issue
Block a user