Skip to content

Instantly share code, notes, and snippets.

View rhoerr's full-sized avatar

Ryan Hoerr rhoerr

View GitHub Profile
@domeglic
domeglic / jquery-ui-magepack-anon-define-fix.patch
Created August 23, 2022 08:38
Magento 2.4.4 magepack jquery ui requirejs bugfix
Fix jquery-ui effects anonymous define error when using magepack. See https://github.com/magesuite/magepack/issues/140 for more.
@package magento/magento2-base
diff --git a/lib/web/jquery/ui-modules/effects/effect-blind.js b/lib/web/jquery/ui-modules/effects/effect-blind.js
index 3b65a4f..513a89b 100644
--- a/lib/web/jquery/ui-modules/effects/effect-blind.js
+++ b/lib/web/jquery/ui-modules/effects/effect-blind.js
@@ -19,7 +19,7 @@
if ( typeof define === "function" && define.amd ) {
@mpchadwick
mpchadwick / PATCH_SUPEE-9465_EE_1.14.3.0_v1.sh
Created January 21, 2017 01:47
PATCH_SUPEE-9465_EE_1.14.3.0_v1.sh
#!/bin/bash
# Patch apllying tool template
# v0.1.2
# (c) Copyright 2013. Magento Inc.
#
# DO NOT CHANGE ANY LINE IN THIS FILE.
# 1. Check required system tools
_check_installed_tools() {
local missed=""