문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top