How to minify CSS and JavaScript files in Visual Studio 2015

后端 未结 4 1672
花落未央
花落未央 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:30

    You can use the Visual Studio 2015 Bundler & Minifier,extention https://visualstudiogallery.msdn.microsoft.com/9ec27da7-e24b-4d56-8064-fd7e88ac1c40 this used to be apart of Web Essentials in previous versions of Visual Studio, but was separated, into it's own extension.

提交回复
热议问题