How to add JavaScript Source Maps to Combres resourceSet

272 views Asked by At

I want to include jQuery *.map file to my Combres JS resourceSet but I don't know how to achieve that. Combres only supports, as far as I know, only JS and CSS files. And *.map file isn't any of those two.

Is it possible to add *.map file ?

This is, basicly, what I have tried:

 . . .
<resourceSets url="~/combres.axd" defaultDuration="30" defaultVersion="auto">
    <resourceSet name="globalJsMaps" type="js">
        <resource path="~/App_Data/Scripts/jquery-1.9.1.min.map"/>
    </resourceSet>
</resourceSets>
 . . .
0

There are 0 answers