Shannon Deminick
Shannon Deminick
Hi Mark, I understand your issue and will need to look into how we can make this configurable (if it's not already). Sorry been busy this week but I'll dive...
Can you please post examples of the code you are trying to use to render and what you are expecting as the output?
I can replicate this. The problem is the aspnet tag helper code `TagBuilder.MergeAttributes` automatically html encodes the values which cannot be prevented. There are a number of posts when you...
I guess it could try/catch each file and continue to bundle, but if that bundle has JS in a particular order, then the JS loading may fail at runtime
assets are bundled in the order you add them to a bundle. If you use file globbing patterns, then yes it will be alphabetical. Have marked as help wanted if...
Sorry for the delay so this is for view based declarations only. Do you know if this works OOTB without custom config mods? In the test project this is working:...
Any updates on this?
What cache buster are you using? If it's the default, bump your version number and it should work. Sounds like you have changed things and haven't bumped your version number...
Yes Smidge supports this type of thing, see: https://github.com/Shazwazza/Smidge/wiki/Declarations#view-based-declarations There isn't tag helpers for it but it's essentially a very similar thing. Happy to accept contributions if you would like...
Hi @craigs100 ! That can be done :) It would be super awesome if you'd be able to submit a PR with the change and then I can get another...