Skip to content
Snippets Groups Projects
Commit aa77a21f authored by Yadd's avatar Yadd
Browse files

refresh patches

parent e0f65dcf
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Last-Update: 2021-10-24 ...@@ -5,7 +5,7 @@ Last-Update: 2021-10-24
--- a/Gruntfile.js --- a/Gruntfile.js
+++ b/Gruntfile.js +++ b/Gruntfile.js
@@ -302,7 +302,7 @@ @@ -318,7 +318,7 @@
// Support: Android 4.0 only // Support: Android 4.0 only
// UglifyJS 3 breaks Android 4.0 if this option is not enabled. // UglifyJS 3 breaks Android 4.0 if this option is not enabled.
// This is in lieu of setting ie8 for all of mangle, compress, and output // This is in lieu of setting ie8 for all of mangle, compress, and output
......
skip-modules.patch
skip-gzip-js.patch skip-gzip-js.patch
skip-raw-body.patch skip-raw-body.patch
skip-insight.patch skip-insight.patch
......
Description: Skip gzip js Description: Skip gzip js
Forwarded: not-needed
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2022-08-29
--- a/Gruntfile.js --- a/Gruntfile.js
+++ b/Gruntfile.js +++ b/Gruntfile.js
@@ -13,7 +13,7 @@ @@ -20,7 +20,7 @@
} }
var fs = require( "fs" ), var fs = require( "fs" ),
- gzip = require( "gzip-js" ), - gzip = require( "gzip-js" ),
+ gzip = require( "zlib" ), + zlib = require( "zlib" ),
isTravis = process.env.TRAVIS, oldNode = /^v10\./.test( process.version ),
travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," ); nodeV17OrNewer = !/^v1[0246]\./.test( process.version ),
isCi = process.env.GITHUB_ACTION,
@@ -29,7 +29,7 @@ @@ -38,7 +38,7 @@
options: { options: {
compress: { compress: {
gz: function( contents ) { gz: function( contents ) {
......
Description: Skip insight Description: Skip insight
Forwarded: not-needed
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2022-08-29
--- a/build/tasks/build.js --- a/build/tasks/build.js
+++ b/build/tasks/build.js +++ b/build/tasks/build.js
@@ -9,7 +9,6 @@ @@ -10,7 +10,6 @@
module.exports = function( grunt ) {
var fs = require( "fs" ), var fs = require( "fs" ),
requirejs = require( "requirejs" ), requirejs = require( "requirejs" ),
slimBuildFlags = require( "./lib/slim-build-flags" ),
- Insight = require( "insight" ), - Insight = require( "insight" ),
pkg = require( "../../package.json" ), pkg = require( "../../package.json" ),
srcFolder = __dirname + "/../../src/", srcFolder = __dirname + "/../../src/",
......
Description: skip unavailable modules
Last-Update: 2022-02-21
--- a/package.json
+++ b/package.json
@@ -32,15 +32,7 @@
"grunt": "1.3.0",
"grunt-babel": "8.0.0",
"grunt-cli": "1.3.2",
- "grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "3.4.0",
- "grunt-contrib-watch": "1.1.0",
- "grunt-eslint": "22.0.0",
- "grunt-git-authors": "3.2.0",
- "grunt-jsonlint": "1.1.0",
- "grunt-karma": "4.0.0",
- "grunt-newer": "1.3.0",
- "grunt-npmcopy": "0.2.0",
"gzip-js": "0.3.2",
"husky": "1.3.1",
"insight": "0.10.1",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment