-
I have installed latest docpad version and latest htmlmin plugin.
Since docpad is running in development environment by default I enabled htmlmin in docpad.coffee thus:
docpadConfig = {
# ...
pl…
-
Before calling usemin i use htmlmin with the following settings on the html files
```
collapseBooleanAttributes: true,
removeAttributeQuotes: true,
removeRedundantAttributes: true,
removeEmptyAttribu…
-
Hi
I'm just letting you know that html-minifier (https://github.com/kangax/html-minifier/), which is used by grunt-usemin is not fully compatible with AngularJS.
AngularJS has support for inline JSO…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
I have the following task
``` js
return gulp.src( [
webRoot + '**/*.html'
] )
.pipe( $.debug( {
title: 'localTemplates'
} ) )
.pipe( $.html…
-
## 目的
使用gulp-htmlmin压缩html,可以压缩页面javascript、css,去除页面空格、注释,删除多余属性等操作
## 代码
```
var gulp = require('gulp'),
htmlmin = require('gulp-htmlmin');
gulp.task('testHtmlmin', function () {
var optio…
-
#### What is this feature about (expected vs actual behaviour)?
Running into an error after when minifying `` after updating to PHP 8.3. I expected to get the minified html.
#### How can I reprodu…
-
I'm getting this error
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- htmlmin/htmlmin[v1.0.0, ..., v1.1.1] require laravel/framework 4.1.* -> foun…
-
I'm refering to https://github.com/zurb/foundation-emails-template
**How can we reproduce this bug?**
- download/clone
- create minified version of an example template (`npm run build`)
- upl…
-
1/ requirements.txt contains:
-e git+https://github.com/cobrateam/django-htmlmin.git@master#egg=django-htmlmin
venv-update (like pip install) clones the git repository to venv/src/django-htmlmin
2/…