Skip to content

fix broken support for multiple blueprinters

Pre-release
Pre-release
Compare
Choose a tag to compare
@breezykermo breezykermo released this 10 Dec 13:18
· 156 commits to develop since this 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.