Jason Moore
Jason Moore
Did you add the issue to the NUglify repo? Once I get some free time, I can see if I can fix the issue for them and submit a pull...
I submitted a PR on NUglify that will fix this issue; I have a few other NUglify issues to look at, then I'll publish a new version.
Can you provide a small sample application that I can use to debug your issue? I've tried multiple combinations of :has and they all compile as expected. .l-test:has(.l-te) { cursor:...
Thanks, I’ll test using the nuget package when I get back to work next week.
What is the error message you are getting? It looks like it correctly minimized all of your references to oGrid with t.
I'll try to update bootstrap in my project this week and take a stab at fixing this.
Is this supported by NUglify?
This is caused by targeting .Net 3.5 in NUglify; if you use BigInt("9007199254740991") for your comparison, it works correctly; if you aren't expecting numbers to be larger than that. https://github.com/trullock/NUglify/issues/158
This looks like an issue with NUglify, would you mind posting an issue there and linking it here?
Thanks, I'll keep an eye on the issue and update the reference as soon as it's fixed.