cloudinary / pkg-cloudinary-core

Distribution repository for the Cloudinary JavaScript library. Cloudinary is an end-to-end solution for all your image and video needs.
MIT License
54 stars 28 forks source link

Source Map for cloudinary-core.js is referenced but not provided #6

Closed justinappler closed 8 years ago

justinappler commented 8 years ago

Line 3293 of cloudinary-core.js has the following reference to cloudinary-core.js.map:

//# sourceMappingURL=cloudinary-core.js.map

However, that file is not included in the package and causes 'Missing sourcemap' errors.

infinityfarm commented 8 years ago

Also having this issue, also caused some very frustrating-to-debug router issues