Minification failed. Returning unminified contents

前端 未结 12 2106
清酒与你
清酒与你 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:10

    The issue for me was I had @import in a .css file.

    I moved my code into a corresponding .less file that gets compiled on build, which resolved the build error for me. Compiled with Gulp.

提交回复
热议问题