-
```
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…
-
```
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…
-
这个项目非常不错,话说有没有可能支持在模版里感知或者校验数据对象的属性? 或者能像 weact 一样把 tsx 给编译成模版? 之前有过想法用 [ts-simple-ast](https://github.com/dsherret/ts-simple-ast) 实现一个 tsx 版的 weact, 不过时间上有点来不及了。。如果 minapp 能支持 tsx -> wxml, css-in-js …
-
```
prettyHtml format error: Void elements do not have end tags "image"
```
-
**如何复现:**
步骤1:
步骤2:
步骤3:
...
**期望的表现:**
**实际的表现:**
![image](https://user-images.githubusercontent.com/16890350/232658620-c8c37cd1-bd97-4546-9664-0d8e30ff9b14.png)
…
-
```
-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…