Преглед изворни кода

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
 			};
 		},