This question is locked. New answers and comments are not allowed.
I'm using version 2012.2.607 and configuring shared assets from web.config file.
Under my ~/Scripts folder I have ~/Scripts/jquery.validate.min.js (@version 1.8.1) and ~/Scripts/2012.6.607/jquery.validate.min.js (@version 1.8.0 provided with Telerik).
In my web.config, I have a web asset group adding jquery.validate.js as
<add source="~/Scripts/jquery.validate.js" />
However, when I look at the javascript used in the browser, I see that the jquery.validate.js in the subfolder is the one that is added and not the one I specified in the web.config. (I see version 1.8.0 instead of 1.8.1)
How do I get the web asset group to use my version 1.8.1 jquery.validate.js instead?
Thanks,
Under my ~/Scripts folder I have ~/Scripts/jquery.validate.min.js (@version 1.8.1) and ~/Scripts/2012.6.607/jquery.validate.min.js (@version 1.8.0 provided with Telerik).
In my web.config, I have a web asset group adding jquery.validate.js as
<add source="~/Scripts/jquery.validate.js" />
However, when I look at the javascript used in the browser, I see that the jquery.validate.js in the subfolder is the one that is added and not the one I specified in the web.config. (I see version 1.8.0 instead of 1.8.1)
How do I get the web asset group to use my version 1.8.1 jquery.validate.js instead?
Thanks,