You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: