summaryrefslogtreecommitdiff
path: root/doc/source/developer/javascript.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-12 16:10:34 +0000
committerGerrit Code Review <review@openstack.org>2018-10-12 16:10:34 +0000
commit654328f568fea7b17db7a9ae6201b960b910ddc2 (patch)
treea5e1a5c6f8c548e1d5b481b13e75ea2c970baffe /doc/source/developer/javascript.rst
parent78de00d973787fe224c31e351e3634a6a0afc244 (diff)
parent3155b12f574a6cc9e43454f36084ffa8f76c4bbc (diff)
downloadzuul-654328f568fea7b17db7a9ae6201b960b910ddc2.tar.gz
Merge "Optionally disable service worker in zuul-web"
Diffstat (limited to 'doc/source/developer/javascript.rst')
-rw-r--r--doc/source/developer/javascript.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/developer/javascript.rst b/doc/source/developer/javascript.rst
index 3b7f581f6..7a2c46503 100644
--- a/doc/source/developer/javascript.rst
+++ b/doc/source/developer/javascript.rst
@@ -192,3 +192,7 @@ As long as `yarn`_ is installed, the installation of zuul will run
.. _React: https://reactjs.org/
.. _Patternfly: https://www.patternfly.org/
.. _create-react-app: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md
+
+In some cases there is the need to disable the service worker which does
+advanced caching. In order to do that set the environment variable
+``REACT_APP_DISABLE_SERVICE_WORKER=true`` during installation.