Installing Vendor plugins

Follow this 4 easy steps to install 3rd party plugin and use it in your HomeID based project:

  1. Download plugin from home page of plugin.
  2. Extract folder of plugin
  3. Copy folder of plugin to site/_assets/vendors
  4. And last step is to link to plugin's scripts and styles into file scripts.html and stylesheet.html in folder site/_includes.
  5. Run gulp vendor. This command will clean dist/vendors folder then moves vendor libraries from /site/_assets/vendors directory to dist/vendors/bootstrap including your newly downloaded plugins.