I’ve run
bower install lobibox --save && gulp
Now when I reload the page, I get an error “Cannot read property ‘extend’ of undefined” it doesn’t seem like its using jQuery with the plugin. Anyone have any idea what is going on?
I’ve run
bower install lobibox --save && gulp
Now when I reload the page, I get an error “Cannot read property ‘extend’ of undefined” it doesn’t seem like its using jQuery with the plugin. Anyone have any idea what is going on?
What have you done to try and debug?
I’ve tried wraping the entire plugin in the function ($){}(jQuery) but that didn’t help. Its being loaded into the main.js after })(jQuery); // Fully reference jQuery after this point.