This is a migrated thread and some comments may be shown as answers.

[Solved] Loading web assets from web.config

0 Answers 15 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
JP
Top achievements
Rank 1
JP asked on 30 Oct 2012, 04:21 PM
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,
Tags
General Discussions
Asked by
JP
Top achievements
Rank 1
Share this question
or