Hi! I got this console error when using your gulp workflow:
Uncaught TypeError: e.indexOf is not a function
It seems it is about newer versions of jQuery not supporting "load()" anymore.
I fixed it using:
$(window).on('load', function({ ... }))
at
skin/frontend/boilerplate/default/src/js/script.js (line 42)
I hope it helps!
Hi! I got this console error when using your gulp workflow:
Uncaught TypeError: e.indexOf is not a function
It seems it is about newer versions of jQuery not supporting "load()" anymore.
I fixed it using:
$(window).on('load', function({ ... }))
at
skin/frontend/boilerplate/default/src/js/script.js (line 42)
I hope it helps!