woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.91k stars 1.69k forks source link

How to setup Flexslider in a gulpfile #1805

Closed blachawk closed 2 years ago

blachawk commented 2 years ago

I took the avenue of installing flexslider through npm. I successfully have that installed along with jquery. I can see both files in my package.json file.

Sense the readme file on this site does not explain the "how-to", how can we wire up this thing inside of a gulpfile.js file with webpack stream?

blachawk commented 2 years ago

actually, still stuck with this. how should I import this in js file, if I install it via npm. I guess thats what I'm asking.