Răsfoiți Sursa

formatted code

Gildas 7 ani în urmă
părinte
comite
60f44a69b7
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      lib/single-file/single-file-core.js

+ 0 - 2
lib/single-file/single-file-core.js

@@ -124,11 +124,9 @@ this.SingleFileCore = (() => {
 				initializationPromises.push(this.processor.htmlImports(true));
 			}
 			await Promise.all(initializationPromises);
-			
 			if (this.options.removeUnusedCSSRules) {
 				this.processor.removeUnusedCSSRules();
 			}
-			
 			this.pendingPromises = [this.processor.inlineStylesheets(), this.processor.attributeStyles(), this.processor.pageResources()];
 			if (!this.options.removeScripts) {
 				this.pendingPromises.push(this.processor.scripts());