From b13283c9f3f29011602f6cd81a8dffd50d41cdbd Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 23 Mar 2022 13:57:30 -0400 Subject: [PATCH] Remove note about BS_HOST from the readme --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index f1b7127..d3a0637 100644 --- a/readme.md +++ b/readme.md @@ -62,8 +62,6 @@ Reading through its contents is encouraged for a complete understanding of what BrowserSync is used to keep the browser in sync with your code when running the `watch` task with gulp. -For this to work on browsers that aren't on the computer running gulp, the `BS_HOST` variable in the `.env` file should be set to the IP address of that computer. - ## Public The default public facing website uses Vue.js. To configure a non-SPA traditional website, look at the files in `traditional-bootstrap`.