Originally created by: wojski
Hi.
After used the newest version of angular-modal-service i received 404 on server log:
6.11.16 01:31:03 404 GET /node_modules/angular-modal-service/dst/dst/angular-modal-service.min.js.map
As I can see it's occurring because of missing "dist/angular-modal-service.min.js.map" file in downloaded package (v. 0.10.1).
Comparing to the source on github I can see that this file is still in repo and still in use.
But after remove from "angular-modal.service.*.js" line "//# sourceMappingURL=./dst/angular-modal-service.min.js.map" 404 dissapear, and everything working as expected.
Is that some obsolete code?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: eekboom
Having the same problem when trying to upgrade from 0.6.10 to 0.10.1.
Something is fishy here: Note the double "dst/dst" in the path in the 404 error line.