Skip to content

Commit

Permalink
gulpfile: copy jquery.js from package.json
Browse files Browse the repository at this point in the history
(cherry picked from commit 92053af)

Conflicts:
	gulpfile.ts
  • Loading branch information
jayaddison committed Dec 11, 2024
1 parent d98c117 commit d606852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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",
Expand Down

0 comments on commit d606852

Please sign in to comment.