简体   繁体   中英

How to disable automatic minify and compress javascripts files on Visual Studio?

I am using Visual Studio 2013, ASP.MVC Project. When I add a javascript file, for example fx.js , the file is minified and new files are created:

fx.js (minified)

fx.js.map

fx.js.uncompressed (original file)

I just want to have the original file without any changes. Because I have a JavaScript Framework with a lot of linked scripts, and the minify format is causing errors with the variables and the paths.

我发现的唯一解决方法是,在缩小文件之后合并原始文件,以欺骗Visual Studio正在使用缩小文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM