jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

angular-cache.min.js tries to load the .map from dist/ #215

Closed youurayy closed 8 years ago

youurayy commented 8 years ago

angular-cache.min.js tries to load the .map from dist: https://github.com/jmdobry/angular-cache/blob/master/dist/angular-cache.min.js#L2

which confuses Safari: image

angular-cache.js is fine.

youurayy commented 8 years ago

Actually, angular-cache.js states the .map location twice: https://github.com/jmdobry/angular-cache/blob/master/dist/angular-cache.js#L1321

and also confuses Safari: image

jmdobry commented 8 years ago

Fixed by b491ed83