twitchdev / extensions-hello-world

The Simplest Extension in the (Hello) World
Apache License 2.0
177 stars 85 forks source link

Deploying to Twitch #1

Closed dangelojesse closed 6 years ago

dangelojesse commented 6 years ago

I was curious after using this example how do I actually go about bundling this up and deploying it to Twitch. My local tests worked great but as soon as I tried the hosted test it just errors out. I had just made a zip file of the root directory and uploaded it.

davecusatis commented 6 years ago

you only need to upload the front end assets to get it into hosted state.

dangelojesse commented 6 years ago

Awesome. Yeah after some more googling I had turned that up. Thanks for the help. I'll close this out.