Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues when used in the developer-rig #2

Closed
Serivy opened this issue Oct 15, 2018 · 1 comment
Closed

Issues when used in the developer-rig #2

Serivy opened this issue Oct 15, 2018 · 1 comment

Comments

@Serivy
Copy link

Serivy commented Oct 15, 2018

When the developers rig clones the git repo via the template process it doesn't completely work because twitch-ext.js is missing from the html templates which mean onContext and onAuth do not fire.

I have modified panel.html and config.html to include this line

<script src="https://localhost.rig.twitch.tv:3000/twitch-ext.js"></script>
and then the config panel loads (although configuration still doesn't load but i think that may be a dev-rig issue)

I also notice that the webpack is configured to use template.html to create these files but also doesn't include twitch-ext or get build as apart of the rig.

@lleadbet
Copy link
Contributor

Sorry for the delay in getting to this issue.

This is sort of intentional, as the devrig doesn't support this in local mode, only online mode (as configuration service isn't available for local mode extensions currently).

Once that changes, I'm happy to get it working, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants