0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Hannah Wolfe c301510cd1 Refactor gravatarLookup, remove request dependency
no issue

- request is quite a heavy dependency
- we were only using request in 3 places: a test, storing contrib images in the gruntfile & the gravatar lookup
- all 3 are relatively simple to do with the http/https module
- refactored all 3, removed request
2016-02-16 11:12:01 +00:00
..
client Merge pull request #6486 from acburdine/code-injection-test 2016-02-15 11:07:01 +00:00
server Refactor gravatarLookup, remove request dependency 2016-02-16 11:12:01 +00:00
shared Move user/cover image files used in admin team area into the client folder 2016-01-14 16:26:48 +00:00
test Refactor gravatarLookup, remove request dependency 2016-02-16 11:12:01 +00:00
index.js