SAAM MediaElement.js custom skin/theme
View demo
Run npm install to install dependencies
Copy the contents of scss/_variables.scss to scss/_overrides.scss and customize.
Run gulp to build the skin, which in css/skin/saam-mejs-skin.min.css
gulpthe default taskgulp devlistens for changes to SCSS and JS files, and rebuilds when changes are madegulp sasscompiles SCSS files into CSSgulp minify-cssminifies the compiled CSS filegulp vendorcopies dependencies from node_modules to the vendor directory