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

Use externally hosted THEOplayer in web example #72

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

MattiasBuelens
Copy link
Contributor

Currently, we're manually copying the latest version of the THEOplayer Web SDK in the Flutter web example. However, this adds a lot of noise to our Git history with every new release.

Instead, we now load an externally hosted THEOplayer from jsdelivr in this example. I added a comment explaining that this is just for the example, and customers should still continue to copy the Web SDK to their own project instead.

@MattiasBuelens
Copy link
Contributor Author

Of course it doesn't work, that would have been too simple... 🤦

Can we add a script somewhere to the Flutter build to run npm install theoplayer && cp node_modules/theoplayer/* . somehow? 🤔

@MattiasBuelens MattiasBuelens marked this pull request as draft November 8, 2024 12:17
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

Successfully merging this pull request may close these issues.

1 participant