Add Hamburger menu plugin from Github

Iā€™m still noob on this so I need guidance :slightly_smiling:

I added this hamburger menu plugin in local development and it worked. But after minifying files (gulp --production) it does not work anymore. I added js script as a vendor in my manifest.json.

I saw gulpfile.js in this plugin folder so I started to think is there an easy/right way to add this plugin to work in my theme? And what that easy/right way would be?

Thank you for your help!

1 Like

Hello @hepy,

This could be a solution: Added script to assets/scripts and to manifest.json main.js files, but it's not being included

Does it work again when you run just gulp ?