This repository was archived by the owner on Oct 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,14 +462,21 @@ module.exports = (grunt) ->
462462 # Tor will only work with rootURL = "/"
463463 console .log (" No root domain specified, assuming blockchain.info or tor" );
464464 @rootDomain = null
465+
466+ grunt .task .run [
467+ " replace:root_url"
468+ # Web socket URL will default to wss://blockchain.info/inv
469+ # Web sockets currently don't work on our Tor site
470+ # "replace:web_socket_url"
471+ ]
465472 else
466473 console .log (" Root domain: " + rootDomain)
467474 @rootDomain = rootDomain
468475
469- grunt .task .run [
470- " replace:root_url"
471- " replace:web_socket_url"
472- ]
476+ grunt .task .run [
477+ " replace:root_url"
478+ " replace:web_socket_url"
479+ ]
473480
474481 if apiDomain
475482 @apiDomain = apiDomain
You can’t perform that action at this time.
0 commit comments