Skip to content

Instantly share code, notes, and snippets.

@teebot
Created June 29, 2019 20:14
Show Gist options
  • Save teebot/348afc1079c68e56fc93180f86fd246c to your computer and use it in GitHub Desktop.
Save teebot/348afc1079c68e56fc93180f86fd246c to your computer and use it in GitHub Desktop.
gzip all js and css files from build
find ./build -type f -name "*.css" -o -name "*.js" -exec gzip -k "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment