Closed seanblue closed 10 years ago
@seanblue when is this happening? i can't reproduce this
toastr.min.js.map isn't even the file. it's toastr.min.js
I know it's not a file, that's why the error is showing up haha. I can't reproduce it consistently, but it's happened at least 3 times, so it's definitely a problem. There's a (not so helpful) comment about it in the toastr file:
//# sourceMappingURL=toastr.min.js.map
But I don't see where it's trying to be loaded.
I think this might happen more if the cache is cleared.
I can confirm this is happening in master both locally and remotely...but I can't confirm whether it's causing any bad side effects.
The file in question: https://github.com/CodeSeven/toastr/blob/master/toastr.min.js.map
Thanks @stnguyen09. We should just add it to the repo so the error never shows up.
@seanblue @stnguyen09 Well I pushed that file to master. let me know if you still see the issue.
Confirmed fixed...though again I'm not sure what exactly it fixes.
Apparently this file is there to allow debugging with the minified file. It doesn't seem to actually do that here, but it's a cool idea.
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/WAVED/ThirdParty/toastr/toastr.min.js.map
Sometimes this file tries to load (and fails) and sometimes it looks like it doesn't even try.
@hpinkos Please address this as soon as possible.