ahmadawais / WPGulp

An advanced Gulp workflow for WordPress development with extensive documentation. Used by 40,000+ themes and plugins.
https://twitter.com/MrAhmadAwais/
MIT License
1.77k stars 303 forks source link

Not compile js files correctly #136

Open bilalmalkoc opened 5 years ago

bilalmalkoc commented 5 years ago

I placed bootstrap.js and popper.js into vendor folder. And enqueued vendor.min.js. But it shows Uncaught TypeError: $ is not a function at vendor.min.js error in console.

prncdahal commented 5 years ago

@bilalmalkoc I did had same issue then i have to comment out some config code in order to run. Plz refer to screenshot. image

mykt0ngc0 commented 5 years ago

☝ Thanks @prncdahal, works for me! ☝

valeriafuziySH commented 4 years ago

Thanks @prncdahal, works for me too!