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

Made remote "notify" commands work #1467

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 18, 2017

  1. Made remote "notify" commands work

    The notifier command fails with a message that browserSync.events is undefined; this is because the commands receive the emitter as the parameter, not the browserSync instance.
    
    At least this change makes it possible to have tools run things like
    
        curl 'http://localhost:3000/__browser_sync__?method=notify&args=Yeah<br><em>cool</em>!!'
    
    :)
    mogsie committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    5e5c8b2 View commit details
    Browse the repository at this point in the history