-
When minifying a bunch of gifs from the command line, I get this error at some point:
```
MaxBufferError: stdout maxBuffer exceeded
at PassThrough. (C:\Users\[snip]\get-stream\index.js:41:19)…
thany updated
6 months ago
-
**Summary:**
minifying to minified file as well as direct minify makes function Calc() with "+" sign to minify wrongly
for example "Calc(50% + 80px)" is minified to "Calc(50%+80px)" which is not rec…
-
### Expected Behaviour
Deploy works
### Actual Behaviour
Deploy fails
#### Steps to Reproduce
Create an action with a dependency on `bwip-js`, in `scripts/build.actions.js` verify that `m…
-
The size of `rfui.css` seems larger than it should be.
-
**Bug report or Feature request?**
Feature Request
**Version (complete output of `terser -V` or specific git commit)**
Presumably latest?
**Complete CLI command or `minify()` options use…
-
### Installed product versions
- Visual Studio: 2015 Enterprise, update 3, latest update 3 patch (Windows 7)
- This extension: 2.1.258
### Description
CSS and JavaScript files are not minified at bui…
-
I think it might be a nice idea to perform some css and js minification on printing.
E.g. you add js and css files, when print is called the js files get minified and merged into a single js file (sa…
-
**Please describe the feature/suggestion**
With modern browsers, brotli is the new competitor for compression methods. The site currently only offers minified + gzipped sizes.
**Describe the solut…
-
Do you have anything built in to remove whitespace from HTML ?
For the purposes of minification and also avoiding inline-block whitespace issues (as an alternative to using `font-size: 0` or editing …
-
I wanted to see the code of agentmaps.js un-minified to work on path finding algorithms. I am very new to javascript. Please overlook my ignorance. While I was working on unminifying, the beautifiers …