标签:www type rac 换行 html pre 压缩 img -o
压缩的内容:
删除注释、空格和换行;
删除多余的分号;
删除空的CSS样式
压缩的工具:
第一种:命令行工具-YUI Compressor:
1.安装jdk环境,jdk下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloads.html
2.配置jdk环境,确定其已经安装成功的命令:java -version
3.下载并配置yuicompressor,下载地址:https://github.com/yui/yuicompressor/releases
4.运行:进到要运行的css文件所在目录,
运行命令:java -jar D:\YUI\yuicompressor-2.4.8.jar -h
java -jar D:\YUI\yuicompressor-2.4.8.jar --type css --charset utf-8 -o index.min.css index.css
第二种:网页的在线工具:Clean-CSS
地址:https://refresh-sf.com/
标签:www type rac 换行 html pre 压缩 img -o
原文地址:https://www.cnblogs.com/Friday1/p/14407150.html