Ghost/core/frontend/services/rss
Daniel Lockyer 80d5f89382 Lazy loaded cheerio dependency
refs https://github.com/TryGhost/Toolbox/issues/136

- `cheerio` isn't needed during the boot but it takes time and memory to
  load the library
- this commit moves `cheerio` requires later into the code to when they
  are needed
2021-11-18 17:31:04 +01:00
..
cache.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
generate-feed.js Lazy loaded cheerio dependency 2021-11-18 17:31:04 +01:00
index.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
renderer.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00