Created
June 29, 2019 20:14
-
-
Save teebot/348afc1079c68e56fc93180f86fd246c to your computer and use it in GitHub Desktop.
gzip all js and css files from build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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