/**
  * Register the scripts for the public-facing side of the site.
  *
  * @since    1.0.0
  */
 public function enqueue_scripts()
 {
     $min_suffix = $this->plugin->get_min_suffix();
     wp_enqueue_script("{$this->plugin_slug}-public", plugin_dir_url(__FILE__) . "js/mkp-holacracy-public{$min_suffix}.js", array('jquery'), $this->version, false);
 }