This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Source Maps reference source: "MINERR_ASSET", but do not provide such a file #4675
Comments
+1 |
9 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
tbosch
added a commit
to tbosch/angular.js
that referenced
this issue
Feb 5, 2014
The actual change happened in ng-closure-runner. The change here just includes the new version. Closes angular#4675
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The ng-closure-runner runs an angular specific pass during compilation which adds a definition for MINERR_ASSET, that asset is not included with any of the 1.2.x releases (the only releases with source maps). However, the source map references MINERR_ASSET as a source and as a result there is a 404 when requesting the file.
I've only quickly glanced at the grunt tasks and also ng-closure-runner, but I'm under the impression this is likely the ng-closure-runner included minErr.js or some file generated based on it. Either way the correct asset should be packaged with the other source files or MINERR_ASSET should be removed from the source map "sources".
The text was updated successfully, but these errors were encountered: