Andrew Bullock

Results 166 comments of Andrew Bullock

If you've already written this code in your hand rolled version, care to share it to save it being rewritten here

I'm a bit out of practice with CSS but I'm pretty sure that `%` was necessary under some circumstances, but maybe I'm just thinking back to some awful IE6 days?

is `border: 0` the same as `border: 0px`

This can probably be achieved with some tweaking of how the current HTML settings works - and maybe some new options as you suggest. We'd need to go down the...

Make a separate issue to control tag Name and attribute lowercasing and we'll address that first

Note that NUglify wont lower-case tag names if they have an XML namespace

What minification settings are you using, i.e. how are you invoking NUglify to create this issue?

Its removing the closing `` because it can, this is a good minification because browsers can handle this., Notice how the ``s are gone too. The error is that KO...

This makes sense, it will apply to any other kind of KO blocks PRs welcome, the html parser needs to understand KO comments properly, rather than treating them as dumb...