runner: replace parallel loading of resources with sequential one
The runner would load all the client resource files in parallel, causing errors intermittently due to some resources depending on other ones. This behavior was incorrect.
Runner to uses resolveSequentially
that ensure that each resource is loaded in
order.
fixes #17 (closed)