码迷,mamicode.com
首页 > 其他好文 > 详细

Bundling and Minification

时间:2020-03-31 14:14:21      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:efault   attr   view   for   rev   debugging   following   dev   tail   

Bundling and Minification

Debugging Bundled and Minified JavaScript

It‘s easy to debug your JavaScript in a development environment (where the compilation Element in the Web.config file is set to debug="true" ) because the JavaScript files are not bundled or minified. You can also debug a release build where your JavaScript files are bundled and minified. Using the IE F12 developer tools, you debug a JavaScript function included in a minified bundle using the following approach:

 

 

https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/s10awwz0(v=vs.100)?redirectedfrom=MSDN

debug 

Optional Boolean attribute.

Specifies whether to compile debug binaries rather than retail binaries.

The default is False.

Bundling and Minification

标签:efault   attr   view   for   rev   debugging   following   dev   tail   

原文地址:https://www.cnblogs.com/chucklu/p/12604666.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!