Bundling & minification not applying css & js using Asp.net 4.0 C#

后端 未结 5 545
独厮守ぢ
独厮守ぢ 2021-01-13 15:55

I am new to this concept, this is my first project implementing the optimization concept with (Bundling & minification)

Just i am trying to test with simple js

5条回答
  •  难免孤独
    2021-01-13 16:28

    Set this in web config:

    
    

    Why is my CSS bundling not working with a bin deployed MVC4 app?

    Bundled scripts not working MVC

提交回复
热议问题