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

parameter that allows starting server w/o launching browser #16

Open
myusrn opened this issue Mar 10, 2016 · 2 comments
Open

parameter that allows starting server w/o launching browser #16

myusrn opened this issue Mar 10, 2016 · 2 comments

Comments

@myusrn
Copy link

myusrn commented Mar 10, 2016

I've been unable to find parameter that allows starting ripple emulator server w/o launching browser that connects to it. Having this switch option would enable scenarios like vscode and similar ide debuggers that can launch and attach to browser provided server side is up and running.

@axemclion
Copy link

@myusrn I think this is a great idea. It would be great if you could send in a PR for this.

@myusrn
Copy link
Author

myusrn commented Apr 23, 2016

i found a way to make this work using the an alias'd command that does what visual studio 2015 update 2 [vs15upd2] does when you tell it to launch a debug session for an apache cordova project using one of the provided ripple emulator options.

alias rplS "start cmd.exe /c ""%programfiles%\nodejs\node.exe" "%appdata%\npm\node_modules\vs-tac\ripple.js" "%%cd%%" 4400 --cliVersion 6.0.0 --loglevel warn""

i'm have no node package sme but if i can find the time i'll take a look at how "ripple emulate" is implemented and if adding a "--nobrowser" switch option, similar to what "ionic serve" supports, can be enabled in a straight forward way . . . and if so put that in a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants