-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…
-
最近又开始写小程序了,发现 minapp 不支持 super 关键字, mixin 不能写到顶层类上, 感觉还是很不方便,于是随手重写了下 pagify, 感觉实现上也没啥问题,不知道为啥 minapp 不支持。
```ts
const MixinsKey = '$$$_mixins'
/**
* mixin lifecycles will always be called ev…
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…
-
```
It would be nice if /min/lib/Minify/Controller/MinApp.php
around line 110 where there is:
$path = $_SERVER['DOCUMENT_ROOT'] . $base . $file;
it would instead pick a config var or use some sort of…
-
```
It would be nice if /min/lib/Minify/Controller/MinApp.php
around line 110 where there is:
$path = $_SERVER['DOCUMENT_ROOT'] . $base . $file;
it would instead pick a config var or use some sort of…
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…
-
```
It would be nice if /min/lib/Minify/Controller/MinApp.php
around line 110 where there is:
$path = $_SERVER['DOCUMENT_ROOT'] . $base . $file;
it would instead pick a config var or use some sort of…
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…