From f63b7e04d69fd7dc91264612c7dbd695cba58fcf Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 29 May 2023 10:41:52 +0300 Subject: [PATCH] fixes --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 57f9b201a1..16e14a027f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -90,7 +90,7 @@ module.exports = grunt => { mkdir: { tmp: { options: { - mode: 0755, + mode: 0o755, create: [ 'build/tmp', ], @@ -234,7 +234,7 @@ module.exports = grunt => { options: { patterns: [ { - match: /\# \{\#dev\}(.*)\{\/dev\}/gs, + match: /# \{#dev}(.*)\{\/dev}/gs, replacement: '', } ]