From 5a853aed994aeee9e9a953c3fd6fc016707f7503 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 2 Mar 2019 12:29:45 -0300 Subject: [PATCH] Make a note about browser sync false option --- {{cookiecutter.project_slug}}/gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/gulpfile.js b/{{cookiecutter.project_slug}}/gulpfile.js index d2341d4b4..bfa5cc416 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.js +++ b/{{cookiecutter.project_slug}}/gulpfile.js @@ -131,6 +131,7 @@ function initBrowserSync() { proxy: "localhost:8000" {% else %} proxy: "django:8000", + // Doesn't work from inside the Docker image open: false {%- endif %} }