-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
When making a reque…
-
Any plans to index a whole gatsby website rather than just index?
Also on render this causes the build to fail 🤔
-
Version 5.0.5. Code to reproduce
```js
const { minify } from require("csso");
const style = `
body {
color: red;
}
@media (width < 720px) {
body {
color: blue;
}
}`;
console.log(…
-
> Specifically related to bit manipulation in this particular case
**Lua Version**: 5.3
## Before minification
```lua
return ((x or -1) & (y or -1)) & 0xFFFFFFFF
--[[
let x = 1021, y = 251…
-
### Describe the bug
It's quite hard to dig into storybook issue since the dist output of all storybook packages is minified. It would be nice to ship storybook package unminified (but can still be…
-
I might be wrong, but it seems to me that the plugin minifes both files (the original and the rtlified version). Is this the desired behaviour?
szkrd updated
4 years ago
-
Hello,
With the `rewrite_css` filter enabled, [CSS Custom Property](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) definitions are broken -- their definition is lowercased. This is wrong bec…
-
Hello, I detected a bug when minifying CSS files with nested selectors. I don't know exactly what the problem is, but files containing nested selectors don't work and I had to replace them with the no…
-
At the moment only shader code that defines its version as "version 100" is minified.
as soon as it is defined as something higher (eg. "version 200" or "version 300 es"), even without actually chang…
nylki updated
3 years ago
-
minify-html minifies `<` to `<` (without semicolon).
I'm not sure if it breaks any standards, but it breaks HTML emails in gmail in my case.