-
### What were you expecting to happen?
All 840 files should be copied, recursively.
### What actually happened?
Only the first few files (sorted alphabetically) of each folder are being copie…
ghnp5 updated
1 month ago
-
https://www.npmjs.com/package/gulp-htmlmin
```js
return gulp.src(folder + '**/*.html')
.pipe(htmlmin({
collapseWhitespace: true,
removeComments: true,
removeAttribu…
-
> [ 78s] + cp -pr LICENSE /home/abuild/rpmbuild/BUILDROOT/python-django-htmlmin-0.10.0-18.1.x86_64/usr/share/doc/packages/python-django-htmlmin
> [ 78s] cp: cannot stat 'LICENSE': No such file or…
-
When using `htmlmin.middleware.MarkRequestMiddleware` for Django, in some view, for example,
`return HttpResponse("1")` will result in `1`, but without `htmlmin.middleware.MarkRequestMiddleware` it w…
-
Django template
``` html
{{ code|safe }}
```
Template output with htmlmin middlewares added to `settings.MIDDLEWARE_CLASSES`
``` html
<iframe src="https://..."></iframe>
```
Templat…
-
I tried to Install Htmlmin in Laravel 5.8 and I tried to skip minification on my backend folder of the application but it is not working. I want to skip the minification on my backend folder because i…
-
By default, htmlmin (html-minifier) will change angularjs templates from to unless we set multiple to "true" or we set htmlmin default option collapseBooleanAttributes to true (collapseBooleanAttri…
-
Generates an error with the following string:
import htmlmin
htmlmin.minify('H&M')
Traceback (most recent call last):
File "", line 1, in
File "/Library/Frameworks/Python.framework/Versions/2.7…
-
Hi,
when I try the usemin option it seems to be failing:
Gruntfile code:
ngtemplates: {
app: {
src: '/templates/**/*.html',
dest: '.tmp/templates.js',
options: {
…
-
I use grunt watch with the following modules to minify the code in my website:
- grunt-contrib-uglify
- grunt-contrib-compass
- grunt-contrib-htmlmin
Everytime I launch `grunt watch` and modif…