Vra

I know that when using the ASP.NET MVC 4 it creates a "bundled" collection of the requested files. I also understand that it adds on a version to the end of the collection URL.

I am wondering if it is possible to change or control the generated token?

<script src="/Scripts/test?v=8HZAB6C8ZnrIPYNFzMQKt0AR4AUsUYBjxPPkbGSRIZo1" type="text/javascript"></script>

to become...

<script src="/Scripts/test?v=1.2" type="text/javascript"></script>

Thanks in advance.

Was dit nuttig?

Oplossing

It's not possible from what i have been looking at.

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top