0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test
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
..
functional Make frontend routing dynamic & driven by channels 2016-02-15 15:57:20 +00:00
integration Refactor gravatarLookup, remove request dependency 2016-02-16 11:12:01 +00:00
unit Refactor gravatarLookup, remove request dependency 2016-02-16 11:12:01 +00:00
utils Migration related test improvements 2016-02-14 13:23:45 +00:00
.jshintrc