I am using ASP.NET MVC. I have bundled my js files, which run fine on dev environment. However on QA we have couple of issues.
.min.js.map of few files like "jquery.validate.unobtrusive.js", "jquery.unobtrusive-ajax.js" cause issue. If I delete .map files application works smoothly, else shows error some thing like, error in minification, too many error not a valid js file..
Both dev and QA are on https, on dev scripts are successfully loaded, but in QA it always show alert for unsafe script in chrome, stating that application was loaded on https but trying to load script from http.