From db3d05b6ce14177d73772f0ea030d30ec4374cbf Mon Sep 17 00:00:00 2001 From: Abdulwasiu Apalowo Date: Wed, 3 Sep 2025 12:42:02 +0100 Subject: [PATCH 1/2] chore: Update to use Gulp v4 style --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ced46c58..d9c6d73c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -73,5 +73,5 @@ function task(id, extra) { gulp.task('sass', task('sass')); gulp.task('watch', function () { - gulp.watch(PROJECT_PATTERNS.sass, ['sass']); + gulp.watch(PROJECT_PATTERNS.sass, gulp.series('sass')); }); From ee3c83d80f7da4c3953bcc91c4e6cf6307c8dc08 Mon Sep 17 00:00:00 2001 From: Abdulwasiu Apalowo Date: Wed, 3 Sep 2025 22:37:39 +0100 Subject: [PATCH 2/2] chore: Use split button for menu dropdown --- .../templates/bootstrap5/menu.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/djangocms_frontend/templates/bootstrap5/menu.html b/djangocms_frontend/templates/bootstrap5/menu.html index 22d6f201..1a3bfcb9 100644 --- a/djangocms_frontend/templates/bootstrap5/menu.html +++ b/djangocms_frontend/templates/bootstrap5/menu.html @@ -1,13 +1,12 @@ {% load i18n menu_tags cache %}{% spaceless %} {% for child in children %} - + {% endfor %} {% endspaceless %}