-
Hi,
Can we somehow minify streamed styles using CleanCSS? I tried to pipe styles stream however, the writable stream does not support pipe method :)
-
- `*{background:white;margin:10 20 10 80 }p{background:red;padding:10` should be `*{background:white;margin:10 20 10 80}p{background:red;padding:10`
- `*{background:white }p{background:red;padding:10…
-
### Describe the feature
Given the following code:
```ts
const a = {};
Object.assign(a, {});
const b = {};
Object.assign(b, {});
Object.assign(b, a);
```
Currently both terser and swc c…
-
[EPIC Card](https://www.notion.so/wpmedia/Activate-Minification-by-Default-0217b65adc0f4751889711a8001c6ae8?pvs=4)
If needed, use this Github issue as the main one and create sub-tasks when grooming.
-
Hi, we discovered a problem with minification.
We've string like "Hello (or hi), world" in tag, and after minification output looks like "Hello (or hi),world".
Looks like that's a bug and I can't f…
-
Try running minification for these libraries and add yourself to the list
https://github.com/privatenumber/minification-benchmarks
-
Implement best practices for performance, such as minification, tree shaking, and lazy loading in the frontend.
-
### What version of Elysia is running?
v1.1.16
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
Run `bun build --minify-whitespace -…
-
One native feature of Streamlit that may lack in Stlite is the protection of the python source code. With Streamlit, users can never reach the source code used in the application, while in Stlite it s…
-
the line to change would be in `write_shared.rs:154`:
`cx.shared.fs.write(filename, f.minified())`
this should use `f.bytes` instead of `f.minified()` if the `--no-minify` flag is specified.
th…