diff --git a/patches/patches.json b/patches/patches.json index 7cbd4e3..fe2fc23 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1762,45 +1762,17 @@ "" ] }, - "removertl-cssmin": { + "cssmin": { "version": { "fr": "1.1.70", "to": "" }, "match": [ - "}\\[dir=ltr\\]\\s?([.a-zA-Z\\d[_]+?,\\[dir=ltr\\])", - "}\\[dir=ltr\\]\\s?", - "html\\[dir=ltr\\]", - ",\\s?\\[dir=rtl\\].+?(\\{.+?\\})", - "[\\w\\-\\.]+\\[dir=rtl\\].+?\\{.+?\\}", - "\\}\\[lang=ar\\].+?\\{.+?\\}", - "\\}\\[dir=rtl\\].+?\\{.+?\\}", - "\\}html\\[dir=rtl\\].+?\\{.+?\\}", - "\\}html\\[lang=ar\\].+?\\{.+?\\}", - "\\[lang=ar\\].+?\\{.+?\\}", - "html\\[dir=rtl\\].+?\\{.+?\\}", - "html\\[lang=ar\\].+?\\{.+?\\}", - "\\[dir=rtl\\].+?\\{.+?\\}", - "\\[dir=str\\]", "[/]\\*([^*]|[\r\n]|(\\*([^/]|[\r\n])))*\\*[/]", "[/][/]#\\s.*", "\r?\n(?!\\(1|\\d)" ], "replace": [ - "}[dir=str] $1", - "} ", - "html", - "$1", - "", - "}", - "}", - "}", - "}", - "", - "", - "", - "", - "[dir=ltr]", "", "", "" diff --git a/run.ps1 b/run.ps1 index 810aa50..f1efe1d 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1070,9 +1070,9 @@ function Helper($paramname) { $n = "xpui.css" $json = $webjson.others } - "RemovertlCssmin" { - # Remove RTL and minification of all *.css - $contents = "removertl-cssmin" + "Cssmin" { + # Minification of all *.css + $contents = "cssmin" $json = $webjson.others } "DisableSentry" { @@ -1403,7 +1403,7 @@ function Helper($paramname) { $paramdata = $paramdata -replace $json.$PSItem.match[$numbers], $json.$PSItem.replace[$numbers] } else { - $notlog = "MinJs", "MinJson", "Removertl", "RemovertlCssmin" + $notlog = "MinJs", "MinJson", "Cssmin" if ($paramname -notin $notlog) { Write-Host $novariable -ForegroundColor red -NoNewline @@ -1772,7 +1772,7 @@ If ($test_spa) { extract -counts 'one' -method 'zip' -name 'xpui.css' -helper "FixCss" # Remove RTL and minification of all *.css - extract -counts 'more' -name '*.css' -helper 'RemovertlCssmin' + extract -counts 'more' -name '*.css' -helper 'Cssmin' # licenses.html minification