This commit is contained in:
Yuri Kuznetsov
2023-05-29 10:41:52 +03:00
parent c287137283
commit f63b7e04d6
+2 -2
View File
@@ -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: '',
}
]