#asknostr #devstr This one is simple - but my synapses are noodled for no reason today...
- I want to use RevealJS, NPM method.
- I want to build one static version, and one dynamic (which loads the socketIO deck-control)
- I want to use Vite, since it, by default, picks index.html as root.
So naturally, I was reading here and adjancent pages: https://vitejs.dev/guide/static-deploy.html
What I couldn't figure out thus far:
- Inject conditions into the build (buildType == static | interactive)
- Put _everything_ into index.html. This is a slide deck, idc if the file is big or not, makes attaching it to an email easier.
This is for a company-internal deck about cryptography that I've been asked to do.
If you've got a better idea for how I can do this, I am all ears. Thanks! <3