fix broken support for multiple blueprinters
Pre-release
Pre-release
Patch: specifying multiple blueprinters in config.js prevented update, due to a lost this
in context when currying a class method in Fetcher
. This patch also re-indexes blueprints after an update, as it was showing incomplete blueprints after an update.