From 9aabdc77364079845b29cc62c300687e8ff9d970 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 3 Mar 2019 09:54:03 -0300 Subject: [PATCH] Improve comment why browser sync open is set to false when using Docker --- {{cookiecutter.project_slug}}/gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/gulpfile.js b/{{cookiecutter.project_slug}}/gulpfile.js index bfa5cc416..3cac57414 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.js +++ b/{{cookiecutter.project_slug}}/gulpfile.js @@ -131,7 +131,8 @@ function initBrowserSync() { proxy: "localhost:8000" {% else %} proxy: "django:8000", - // Doesn't work from inside the Docker image + // Browsersync may open the browser when ready, but it doesn't work from + // inside a container, so set this option to false open: false {%- endif %} }