From b36216edd7476d72777b4fbeffd3e349e9cd3299 Mon Sep 17 00:00:00 2001 From: Ilona Podliashanyk Date: Tue, 5 Mar 2024 13:14:45 +0100 Subject: [PATCH] Update docs regarding sass-watch script --- doc/hacking/using-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hacking/using-docker.rst b/doc/hacking/using-docker.rst index 3c5b8f749f..c32ab7f968 100644 --- a/doc/hacking/using-docker.rst +++ b/doc/hacking/using-docker.rst @@ -119,7 +119,7 @@ nav sass-watcher This is a process that monitors the :file:`python/nav/web/sass/` subdirectory - for changes, and re-runs ``python setup.py build_sass`` (i.e. rebuilding all + for changes, and re-runs ``npm run build:sass:prod`` (i.e. rebuilding all the SASS-based stylesheets) on changes. The individual logs of these program are typically found inside the ``nav``