metaslider / flexslider
There is no license information available for the latest version (2.7.1) of this package.
An awesome, fully responsive jQuery slider toolkit. Fork of woocommerce/flexslider.
Package info
github.com/MetaSlider/FlexSlider
Language:JavaScript
pkg:composer/metaslider/flexslider
2.7.1
2018-06-15 20:32 UTC
This package is not auto-updated.
Last update: 2026-06-12 12:35:38 UTC
README
FlexSlider fork used in MetaSlider
Requirements
- node v19.2.0+
Important!
Don't manually update the minified version, instead use laravel-mix for this process.
Install laravel-mix
Install laravel-mix by running npm install
Minify Javascript
With every change to jquery.flexslider.js, is required to update the minified version by running npm run build
Optional: create a Docker image
The Docker container comes with the right Node version.
Inside the local repository, run in terminal: ./run.sh
You may need to make it executable first: chmod +x run.sh