Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Source Maps reference source: "MINERR_ASSET", but do not provide such a file #4675

Closed
terencehonles opened this issue Oct 28, 2013 · 11 comments
Assignees
Milestone

Comments

@terencehonles
Copy link

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".

@gimmi
Copy link

gimmi commented Dec 14, 2013

+1

9 similar comments
@mb-dev
Copy link

mb-dev commented Jan 2, 2014

+1

@stefchri
Copy link

stefchri commented Jan 4, 2014

+1

@megamaddu
Copy link

+1

@adrianlee
Copy link

+1

@crrobinson14
Copy link

+1

@pleerock
Copy link

+1

@kaustavha
Copy link

+1

@lxe
Copy link

lxe commented Jan 27, 2014

+1

@kmlx
Copy link

kmlx commented Jan 30, 2014

+1

@sirbarrence
Copy link

+1

@tbosch tbosch modified the milestones: 1.2.12, 1.2.11 Feb 3, 2014
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
@tbosch tbosch closed this as completed in a29bff1 Feb 5, 2014
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