How to minify CSS and JavaScript files in Visual Studio 2015

后端 未结 4 1600
花落未央
花落未央 2021-02-01 17:47

I am building a web application for mobile using visual studio, and I wanted to know how do I minify all my CSS files into one file, and also all my JavaScript to one minified f

4条回答
  •  粉色の甜心
    2021-02-01 18:15

    It's handled in the bundleconfig.json for asp.net mvc core

    Here is full article: https://docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-2.1&tabs=visual-studio%2Caspnetcore2x

提交回复
热议问题