mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.21k stars 717 forks source link

Minified #1008

Open fluidadsjtr opened 3 years ago

fluidadsjtr commented 3 years ago

I have downloaded the latest pannelium.is and libpannelium.js, minified them both and that cat them together. I have a few issues and before I report them I wanted to validate this is the correct process to create a minified version?

John

mpetroff commented 3 years ago

This is documented in the readme's Building section: https://github.com/mpetroff/pannellum#building

There's a script for doing this (requires Python and Java): https://github.com/mpetroff/pannellum/blob/master/utils/build/build.py

fluidadsjtr commented 3 years ago

Thank you, very sorry I didn't see this in your documentation. Nothing more annoying than someone not reading something documented.