About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
diegoleme
4/17/2015 - 5:43 PM
share
Share
add_circle_outline
Save
gzip files to static server
gzip files to static server
gzip-files
content_copy
file_download
find dist -type f -exec gzip -9 {} \\; -exec mv {}.gz {} \\;
clear