Package Exports
- tenvoy
- tenvoy/node/tenvoy.js
- tenvoy/node/tenvoy.min.js
- tenvoy/tenvoy.js
- tenvoy/tenvoy.min.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tenvoy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tEnvoy
More details coming soon...
Minify
If you would like to minify the code yourself instead of using the provided tenvoy.min.js (and optional tenvoy.min.js.map), you can use UglifyJS 3 to minifiy the code yourself.
To install UglifyJS 3 as a command line app through NPM, run npm install uglify-js -g.
After UglifyJS 3 has been installed, you can run the following command in your terminal:
uglifyjs tenvoy.js -o tenvoy.min.js -c -m --source-map "filename='tenvoy.min.js.map',url='tenvoy.min.js.map'"