You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EmbeddedResourceVirtualPathProvider kills my Mvc + Bootstrap app's jQuery is rendered nofunctional, as the jQuery object is no longer recognized. Is there an elegant way to fix this? I will figure it out eventually, but maybe someone has already encountered this issue?
The text was updated successfully, but these errors were encountered:
Ok, I discovered that using bundles to load in jQuery doesn't seem to play perfectly well with the EmbeddedREsourceVirtualPathProvider on my setup. I have to explicitly declare the jQuery file and version in the bundles. No wildcard for the version works for some reason. Version conflict of some kind? The jQuery I used successfully was 3.1.1 .
On Sat, 4 Feb 2017 at 06:13, Budsy ***@***.***> wrote:
Ok, I discovered that using bundles to load in jQuery doesn't seem to play
well with the EmbeddedREsourceVirtualPathProvider on my setup. When I
loaded jQuery in the section of the page, it all came back to life, Oddly,
only the jQuery bundle seems to have failed for some reason.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ0-u0ANmUJIrhUHgP3wYayu6MVkVg2ks5rZBcMgaJpZM4L29j3>
.
The EmbeddedResourceVirtualPathProvider kills my Mvc + Bootstrap app's jQuery is rendered nofunctional, as the jQuery object is no longer recognized. Is there an elegant way to fix this? I will figure it out eventually, but maybe someone has already encountered this issue?
The text was updated successfully, but these errors were encountered: