From b56c97544768d9278d31117c3dc68fa6cd4f239b Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 1 Feb 2021 14:11:48 +0900 Subject: [PATCH 1/2] Re-enable minification of view templates and bower components This was disabled in bae0857878f51e74f2ca8f09aba5b960468c9ba8 when undoing changes made in an attempt to change IDE to Intellij. The comment markers appear to have slipped in by accident. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 230906d1b..9a624669f 100644 --- a/pom.xml +++ b/pom.xml @@ -375,7 +375,6 @@ run emoji - From bd2935287a9c0e15b0ef166fca6af646bfee0c3d Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 1 Feb 2021 14:14:52 +0900 Subject: [PATCH 2/2] Pin fs-extra to a version that supports node.js 6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d853cd640..b0bd0f95d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gulp-eslint": "4.0.0", "emoji-parser": "0.1.1", "emoji-images": "0.1.1", - "fs-extra": "*" + "fs-extra": "8.1.0" }, "devDependencies": {}, "scripts": {