johnpapa / lite-server

Lightweight node server
MIT License
2.31k stars 267 forks source link

Can I use --no-notify over lite-server? #91

Closed giacomocerquone closed 8 years ago

giacomocerquone commented 8 years ago

Hello there, is there a way to use the --no-notify flag of browsersync over lite-server to make it not show the annoying "advise" that browsersync is connected?

PS= I could create an adblock filter I know, but I was curious about this

Thank you very much!

giacomocerquone commented 8 years ago

Sorry for the inconvenience, I saw this just now: https://github.com/johnpapa/lite-server/pull/16 Solved using bs-config.json and inside of it I put

{
  "notify": false
}

it'd be good to allow usage of this cli parameter over lite-server... shouldn't be too hard to implement this