diegoleme
4/17/2015 - 5:43 PM

gzip files to static server

gzip files to static server

find dist -type f -exec gzip -9 {} \\; -exec mv {}.gz {} \\;