فهرست منبع

enable compress CSS option by default

Gildas 7 سال پیش
والد
کامیت
6b48c0a871
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      extension/core/scripts/bg/config.js

+ 1 - 0
extension/core/scripts/bg/config.js

@@ -58,6 +58,7 @@ singlefile.config = (() => {
 				removeScripts: true,
 				rawDocument: false,
 				compressHTML: true,
+				compressCSS: true,
 				appendSaveDate: true
 			};
 		},