Minification failed. Returning unminified contents

前端 未结 12 2101
清酒与你
清酒与你 2020-12-24 11:24

I have made my first website using MVC 5 which works fine on my local machine but when I publish it to the server some of the CSS is not minifying correctly.



        
12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 12:12

    Not sure about other, but changes I made in Bundle.config file did not get picked up until I rebuild the project.

    I guess, compiler includes the information into the compiled DLL, and no longer looks at Bundle.config.

    I am using ASP.NET forms application though, not sure about MVC.

提交回复
热议问题