Newer
Older
Forwarded: not-needed
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2022-08-29
--- a/Gruntfile.js
+++ b/Gruntfile.js
+ zlib = require( "zlib" ),
oldNode = /^v10\./.test( process.version ),
nodeV17OrNewer = !/^v1[0246]\./.test( process.version ),
isCi = process.env.GITHUB_ACTION,
@@ -38,7 +38,7 @@
options: {
compress: {
gz: function( contents ) {
- return gzip.zip( contents, {} ).length;
}
},
cache: "build/.sizecache.json"