From 441a51c96ebf8e45ae3c127f71c7d4b42a9e3ef1 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:25:53 +0200 Subject: [PATCH] Rimozione dipendenza inutilizzata --- gulpfile.js | 6 ------ package.json | 1 - 2 files changed, 7 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index af88e6e84..5e1fdd887 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -180,7 +180,6 @@ const CSS = gulp.parallel(() => { 'datatables.net-buttons-bs/css/buttons.bootstrap.css', 'datatables.net-scroller-bs/css/scroller.bootstrap.css', 'datatables.net-select-bs/css/select.bootstrap.css', - 'select2-bootstrap-theme/dist/select2-bootstrap.css', 'smartwizard/dist/css/smart_wizard.min.css', 'smartwizard/dist/css/smart_wizard_theme_arrows.min.css', 'leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css', @@ -309,11 +308,6 @@ const fonts = gulp.parallel(() => { 'font-awesome/fonts/fontawesome-webfont.woff', 'font-awesome/fonts/fontawesome-webfont.woff2', 'font-awesome/fonts/FontAwesome.otf', - 'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.eot', - 'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.svg', - 'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.ttf', - 'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff', - 'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff2', '../assets/src/css/fonts/sourcesanspro-regular-webfont.eot', '../assets/src/css/fonts/sourcesanspro-regular-webfont.svg', '../assets/src/css/fonts/sourcesanspro-regular-webfont.ttf', diff --git a/package.json b/package.json index 1f3bdfda3..b9c599c0e 100755 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "popper.js": "^1.16.1", "pwstrength-bootstrap": "^3.0.4", "select2": "^4.0.3", - "select2-bootstrap-theme": "^0.1.0-beta.10", "signature_pad": "^2.3.0", "smartwizard": "^4.2.2", "sweetalert2": "^6.11.4",