MVC Bundling - Include .min file for a single bundle

a 夏天 提交于 2019-11-30 16:00:00
Colin Bacon

A quick fix is to rename the js file taking out .min. Or as per the solution in this link you can create your own ignore patterns.

https://stackoverflow.com/a/12005272/1593273

This is also fixed in the 1.1-alpha1 release, so if you update to that version, you should no longer see this behavior when including files explicitly.

You can either rename the file without the .min, or you can copy the file to have both a .min and one without. It's just that they're now both the same.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!