• Gabriel Aumala's avatar
    Support node scripts in BROWSER (#1590) · 8f028ae4
    Gabriel Aumala authored
    * Support node scripts in BROWSER
    
    Modify OpenBrowser.js to run node scripts specified with the BROWSER environment
    variable . If the value of the BROWSER environment variable ends with '.js' a
    child process is spawned to execute the script with node.js. Any
    arguments passed to npm start are also passed to this script, as well as
    the url where the app is served.
    The command executed in the child process is:
    
    node <pathToScript> [OPTIONS] <url>
    
    Update User Guide.
    
    * Tweak code style
    
    * Pin dep
    
    * Comment out 0.10 docs
    8f028ae4