-
In line with the "interesting to explore" section, have you considered adding an option to minify the html output passed to the razor engine? Basically add the "trim insignificant whitespace" option t…
-
```
$ minify ongeki/src/js/*.js > ongeki/ongeki-functions.js
Error: ENOENT: no such file or directory, open 'D:\0P\otoge-db\ongeki\src\js\*.js'
at async open (node:internal/fs/promises:639:25)
…
-
Question,
Is there any way to minify .mjs they are pretty much the same as .js files?
Currently I just convert the file to .js minify then convert back to .mjs.
-
**Describe the bug**
Production build of android fails with error:
```
> Task :app:minifyReleaseWithR8 FAILED
AGPBI: {"kind":"error","text":"Missing classes detected while running R8. Please add…
-
### What happened?
When running the minifier with the following input:
```
{% ignore1 %}
a {
{% ignore2 %}
}
{% ignore3 %}
```
And settings:
```
{
ignoreCustomFragments: [
…
-
This issue is a continuation of the work on minifying OpenAPI specifications files.
The goal is to remove all unused components and schemas from the OpenAPI spec file.
Note: we don't support ext…
-
Thank you for your work on this tool!
I found this issue while minifying an html file where it turns the degrees symbol `°` and emojis like `🔥` into some weird characters like: `┬░` and `ƒöÑ`.
I c…
-
### Description
Hello there!
I quite like the idea of AssetMapper, but...
I am working on an old PHP monolith with multiple mbs of JS and CSS. We are in the process of porting this app to Sym…
-
### Installed product versions
- Visual Studio: 2022 Professional
- This extension: 2.9.3
### Description
Minifying of [ExcelJs ](https://github.com/exceljs/exceljs) fails with error message:
…
-
Hello,
What would be an appropriate method to remove HTML comments from my templates when they are rendered?
I haven't found anything about it in the documentation.
I tried `\Template::instance…