-
The project currently is not PSR-4 compatible.
To be compatible the namespaces should be `PHPWee\HTMLMin`, `PHPWee\CSSMin`, `PHPWee\JSMin` or you should put all that libraries into one directory "PHPW…
-
HTML压缩出来有问题,htmlmin之后,结束标签移到了之后了。
-
Hi. I am using django-htmlmin to pre-minify my html templates before rendering them on-line.
I prefer to pre-minifying my templates instead of minifying the rendered html each time the server is rende…
ET-CS updated
9 years ago
-
When trying to use htmlmin with an svg, even with all minification settings turned off
```
....
```
was turned into
```
```
Would be nice if (and maybe there is already a workaround for th…
-
### Issue details
[gulp-minify-html](https://www.npmjs.com/package/gulp-minify-html) has been marked deprecated in favor of [gulp-htmlmin](https://github.com/jonschlinkert/gulp-htmlmin).
It is curre…
-
I would the option to minify the HTML that will be compiled so that I don't get any extra newlines and comments. I cannot use 'htmlmin' because it does not handle template formats.
-
One of our heavier pages was taking a very long time to load and often timing out. Took ages to understand why this is happening in production and not in development, and eventually we realised that s…
-
It clashes with the standard attribute "selected", and some tools (htmlmin for instance) does some harmful transformations on such attributes (selected="value" => selected). There are workarounds thou…
-
This code comes directly from angular-ui bootstrap template:
``` html
({{ $index < value ? '*' : ' ' }})
```
and the plugin fails on
``` html
({{ $index < value ? '*' : ' ' }})
…
-
## gulp学习
### 先贴代码
```javascript
var gulp = require('gulp');
var fileinclude = require('gulp-file-include')
var del = require('del');
var copy = require('copy');
var htmlmin = require('gulp…