PMC Plugins
Pmc Video Playlist Manager

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

How to run Grunt

  • Goto plugin directory cd path/to/plugin/dir
  • Run command grunt to built assets

#To add watch for scss changes

  • Run grunt watch to generate css file from scss while working on scss files