apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

CB-9654 'cordova run browser' -> duplicate 'CTRL + C' messages. #16

Closed TimBarham closed 8 years ago

TimBarham commented 8 years ago

Utilize cordova-serve's noServerInfo flag to prevent it from displaying this info, since cordova-browser wants to display specific info that includes the correct html file.

Also bump required cordova-serve version to the version that supports this flag.