NUglify icon indicating copy to clipboard operation
NUglify copied to clipboard

NUglify is a HTML, JavaScript and CSS minification Library for .NET (fork of AjaxMin + new features)

Results 70 NUglify issues
Sort by recently updated
recently updated
newest added

test case 346 into Javascript folder that replicates the issue

using v1.20.2 **Describe the bug** Found that nuglify indicates error when parsing an object shorthand initializer with a quoted method name: ` const foo = { '*'() { }, };...

PR Welcome!

It would be beneficial if NUglify could support char[] as both input and output for the CSS/JS minification process. This would help minimize memory allocations and optimize performance. The char[]...

enhancement
PR Welcome!

Hi, I'm using 1.20.0.0 and I'm finding a problem when I try to minify a css file with media queries rules. In detail, I have this rule @container (min-width: 480px)...

bug
PR Welcome!

**Version** 1.21.4 **Describe the bug** I'm using object desctructuring to remove object properties. For example: `const { avatar, timeline, backup, ...copy } = { ...user };` After this line `copy`...

bug
PR Welcome!

**Describe the bug** In the below code, both `selected` and `getArray` are renamed to `i`. However, the variable scoping is incorrect - the `selected` in `deselect` conflicts with the declaration...

Using version 1.20.4 (Looked at updates since this patch and nothing about this bug) ### Describe the bug The minifier removes the unit "fr" when the value is 0, which...

bug
PR Welcome!

Are you using the latest verion of NUglify, especially if used through BunderMinifier? Update before raising a bug as your issue is probably already fixed. **Describe the bug** throw error...

bug
PR Welcome!

version: 1.20.7 (through LigerShark.WebOptimizer v3.0.396) **Describe the bug** if RemoveUnneededCode = true, local functions are being pruned even they are referenced from an object literal export **To Reproduce** invoking: ```...

bug
PR Welcome!