From 724a302c477070daae471f768b6d56b58c2e8a76 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 5 Aug 2022 15:34:54 +0200 Subject: [PATCH] gulpfile.js: remove jquery --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 54dd86d..ef44c79 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -21,7 +21,6 @@ var config = { }, js: { src: [ - 'node_modules/jquery/dist/jquery.js', 'node_modules/@popperjs/core/dist/umd/popper.js', // Bootstrap 'node_modules/bootstrap/dist/js/bootstrap.js',