Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

hivestreaming/minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive Minify Tool

This project recreates the steps Hive uses in his release process to minify / uglify any Hive Plugin for all the supported players

Installation

Use the npm package manager to install the Hive Minify Tool

npm i

Usage

To use Hive Minify Tool three env variables need to be exported:

  • PLUGIN_FILENAME - Path to the unminified Hive Plugin
  • EXCLUDES_FILE - Path to the excludes file (list of words that will not be mangled)
  • MINIFIED_FILENAME - Path where to create the minified Hive Plugin

Example:

PLUGIN_FILENAME=facebook.java.hivejs.hive.js EXCLUDES_FILE=./full-excludes.json MINIFIED_FILENAME=facebook.java.hivejs.hive.min.js npm run minify

About

Hive Streaming's minification tool for Hive WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors