Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

angular.min.js.map 404 not found #2234

Closed
totpero opened this issue Nov 29, 2015 · 2 comments
Closed

angular.min.js.map 404 not found #2234

totpero opened this issue Nov 29, 2015 · 2 comments
Assignees
Milestone

Comments

@totpero
Copy link
Contributor

totpero commented Nov 29, 2015

Hello,
In my idsrv3 i have custom login page "/templates/login.html".
At the bottom of the template page i have:
<script src="{applicationPath}/assets/scripts.2.0.0.js"></script> {scripts}
and when the page generate the bundle on the end of the angular script is this line:
//# sourceMappingURL=angular.min.js.map
If i use fiddler to view the traffic i see the 404 error on this file:

https://[idsrv]/assets/angular.min.js.map

@brockallen
Copy link
Member

You mean //# sourceMappingURL=scripts.2.0.0.min.js.map?

Yes, this is generated as part of the minification process. I looked and WE doesn't have a way to suppress this, so I can manually remove it.

@brockallen brockallen self-assigned this Nov 30, 2015
@leastprivilege leastprivilege added this to the 2.4 milestone Jan 9, 2016
@brockallen
Copy link
Member

Done on dev.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants