0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Robert Jackson 3bd938a7eb
Small performance tweak for Posts ordering.
* Move publishedAtCompare to standalone function in closure scope
  (allows better browser optimizations).
* Avoid getting the same field (published_at) more than once.
2014-08-02 11:15:55 -04:00
..
client Small performance tweak for Posts ordering. 2014-08-02 11:15:55 -04:00
server Descriptive error if user by mail not found. 2014-08-01 18:13:33 -07:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Fix failure in Post API tests. 2014-08-01 17:55:27 +00:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js