-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bower support is broken #42
Comments
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged Fixes cookpete/react-player#42
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged Fixes cookpete/react-player#42
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged Fixes cookpete/react-player#42
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged Fixes cookpete/react-player#42
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged Fixes cookpete/react-player#42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following on from #38 (comment), the minified
ReactPlayer.js
file needs to be part of the git repo for it to be pulled down bybower install
.Perhaps it should be built and added during the
version
step, to save having to commit the file every time the source files change.The text was updated successfully, but these errors were encountered: