|
|
@@ -18,7 +18,7 @@
|
|
|
* along with SingleFile. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
|
|
|
-/* global SingleFileCore, base64, DOMParser, TextDecoder, fetch, superFetch, parseSrcset, uglifycss, htmlnano, rulesMinifier, lazyLoader */
|
|
|
+/* global SingleFileCore, base64, DOMParser, TextDecoder, fetch, superFetch, parseSrcset, uglifycss, htmlmini, rulesMinifier, lazyLoader */
|
|
|
|
|
|
this.SingleFile = this.SingleFile || (() => {
|
|
|
|
|
|
@@ -102,9 +102,9 @@ this.SingleFile = this.SingleFile || (() => {
|
|
|
process: doc => lazyLoader.process(doc),
|
|
|
imageSelectors: lazyLoader.imageSelectors
|
|
|
},
|
|
|
- htmlnano: {
|
|
|
- process: doc => htmlnano.process(doc),
|
|
|
- postProcess: doc => htmlnano.postProcess(doc),
|
|
|
+ htmlmini: {
|
|
|
+ process: doc => htmlmini.process(doc),
|
|
|
+ postProcess: doc => htmlmini.postProcess(doc),
|
|
|
},
|
|
|
rulesMinifier: doc => rulesMinifier.process(doc)
|
|
|
};
|