mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
3155ea2aa7
no issue - there was a timing bug in Ghost - we do operations in parallel on bootstrap - 1) we fetch the resources as early as possible - 2) we do all the rest (express bootstrapping, theme loading, router registration) etc. - it can happen that (2) happens too slow and ends in the situation that the queue, which is responsible to handle both parallel actions, does not wait for the routers and closes the event - this is a short term fix - i need to reconsider if there is a better long term fix |
||
---|---|---|
.. | ||
Queue_spec.js | ||
Resources_spec.js | ||
UrlGenerator_spec.js | ||
Urls_spec.js | ||
UrlService_spec.js | ||
utils_spec.js |