PMC Video Playlist Manager Plugin
Plugin Path
Save these plugin into: wp-content/themes/vip/pmc-plugins/
How to install plugin
Put this line in your theme's functions.php file.
wpcom_vip_load_plugin( 'pmc-video-playlist-manager', 'pmc-plugins' );To build the assets
This project css & js are built using filename.min.js & filename.min.css naming syntax for output. These files are build via grunt command
Install node package
- Install Node.js (opens in a new tab)
- Run command
npm install
How to run Grunt
- Goto plugin directory
cd path/to/plugin/dir - Run command
gruntto built assets
#To add watch for scss changes
- Run
grunt watchto generate css file from scss while working on scss files