backstop remote now parses --config flag
Pre-release
Pre-release
Prior releases pinned backstop remote
's config to <CWD>/backstop.js
.
But now you can put this file anywhere with...
backstop remote --config=<path_to_your_config>
Default should fall back to <CWD>/backstop.js
. If not -- please file a ticket.
see 36582ca
Thanks!