Auto-versioning in ASP.NET MVC for CSS / JS Files?

前端 未结 4 971
礼貌的吻别
礼貌的吻别 2020-12-08 00:09

I have read lots of article on how to auto-version your CSS/JS files - but none of these really provide an elegant way to do this in ASP.NET MVC.

This link - How to

4条回答
  •  庸人自扰
    2020-12-08 00:25

    I suppose next solution with advanced options (debug/release mode, versions):

    Js or Css files included by such way:

    
    
                                     
                  
提交回复
热议问题