Created
February 15, 2018 17:32
-
-
Save h3nr1ke/efa08bec79f86b1d32c965f696b4e0d6 to your computer and use it in GitHub Desktop.
Install and use compress tool ubuntu
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
#install | |
sudo apt-get install yui-compressor | |
#to use, js and css files only | |
yui-compressor /path/to/file -o /path/to/new/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment