From 97395241ff8135308e33415222669eac5a3d7359 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Fri, 13 Dec 2024 11:57:40 +0100 Subject: [PATCH] Add note about switch from libsass to webpack --- NOTES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NOTES.rst b/NOTES.rst index 05b614bd20..80e2a0f22e 100644 --- a/NOTES.rst +++ b/NOTES.rst @@ -18,6 +18,12 @@ These Python modules are no longer required: * :mod:`django-crispy-forms` * :mod:`crispy-forms-foundation` +* :mod:`libsass` + +If you want to build NAV from source, you will now need `webpack +` as a replacement for the now defunct :mod:`libsass`. +Webpack is used to build many of the static resources (mostly CSS stylesheets +from SASS source files) that are to be served by the NAV web GUI. Deprecation warnings --------------------