Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support node scripts in BROWSER #1590

Merged
merged 4 commits into from
May 15, 2017
Merged

Commits on May 9, 2017

  1. 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.
    GAumala committed May 9, 2017
    Configuration menu
    Copy the full SHA
    04adf67 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Tweak code style

    gaearon committed May 15, 2017
    Configuration menu
    Copy the full SHA
    16b9727 View commit details
    Browse the repository at this point in the history
  2. Pin dep

    gaearon committed May 15, 2017
    Configuration menu
    Copy the full SHA
    9a9ac1c View commit details
    Browse the repository at this point in the history
  3. Comment out 0.10 docs

    gaearon committed May 15, 2017
    Configuration menu
    Copy the full SHA
    b9807d3 View commit details
    Browse the repository at this point in the history