From 9e1ec6e61fd7b96178cd3bd7833a2b02daf861fc Mon Sep 17 00:00:00 2001 From: James Addison Date: Tue, 10 Dec 2024 15:59:10 +0000 Subject: [PATCH] gulpfile: copy `jquery.js` from package.json (cherry picked from commit 92053aff8f87f69b4aeda49c0f5b07eaeda1eac1) Conflicts: gulpfile.ts --- gulpfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.ts b/gulpfile.ts index a78f7a2404ab7..d7a6b4951eccb 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -100,6 +100,7 @@ export function copyJs() { "./node_modules/jsvectormap/dist/maps/world-merc.js", "./node_modules/select2/dist/js/select2.min.js", "./node_modules/jsbarcode/dist/JsBarcode.all.min.js", + "./node_modules/jquery/dist/jquery.js", ], { // prefer jquery from package.json to foundation-vendored copy ignore: "./node_modules/foundation-sites/js/vendor/jquery.js",