-
Hi,
Your minifier is one of the most awesome I could find ! Thanks a lot for this job !
However, I had a little trouble using advanced optimisation option.
For that kind of html :
``` html
Here is…
-
https://github.com/jenstornell/kirby-html-minifier/issues/5
I use this for a plugin in Kirby CMS. Inline svg seems to fail.
-
html-minifier currently seems to leave `` contents intact. It could be that #1046 is sufficient to resolve this.
-
Hello!
Could you, please, add standalone utility to use html-minifier lib?
To make possible things like this:
cat big.html | html-min > little.html
I think it will be very useful, but I don't …
-
- srcdoc attribute of iframe does not seem to be minified
example code:
```javascript
const htmlMinifier = require("html-minifier")
const html = `
hello
-
## 问题:用express art-template渲染出来的页面源码有空格,如下图
![image](https://github.com/aui/art-template/assets/141534366/62dc3cec-74c6-44ae-a0e5-0f083ce1b4ef)
## 通过压缩等各种配置均不生效:
```javascript
const html…
-
## vue数据更新, 视图未更新
在使用 vue 过程中,可能经常有遇到 `vm.items[i] = xxx` 修改数据model之后,视图未更新重新渲染问题,基于这个问题:
`Vue.js` 不能检测到下面数组变化:
- 1.直接用索引设置元素,如 vm.items[indexOfItem] = newValue;
- 2.修改数据的长度,如 vm.items.len…
-
`curl https://www.julialang.org | grep ""`, for example, reveals that the html tag is never closed.
-
The HTML minifier removes whitespace around `` as a "blocked/undisplayed element": https://github.com/mrclay/minify/blob/258e495451c03adf57e1df81c2f0ef0c25b2f40d/lib/Minify/HTML.php#L136
However, `…
-
To get this working in more places, more experimentation with token reduction is needed. How stripped down/minified can we get the HTML without causing reliability issues?
This isn't straightforwa…