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

bower.json - The files listed under the main key are wrong #2740

Closed
mpetkov opened this issue Oct 26, 2015 · 4 comments
Closed

bower.json - The files listed under the main key are wrong #2740

mpetkov opened this issue Oct 26, 2015 · 4 comments

Comments

@mpetkov
Copy link

mpetkov commented Oct 26, 2015

I tried installing the component using the Main Bower gulp plugin in my project. This plugin is supposed to copy only the files listed in the main key that are the only files needed to run the module. Well right now the listed files are the ones in src however it should have a list of the dist files.

@nguyenDalex
Copy link
Contributor

Also bower pulls in the SASS file instead of the css.

"main": [
    "src/js/video.js",
    "src/css/video-js.scss"
  ],

Should be:

"main": [
    "dist/video-js.js",
    "dist/video-js.css"
  ],

@mmcc
Copy link
Member

mmcc commented Nov 3, 2015

@dattran want to submit a PR to fix it?

@misteroneill
Copy link
Member

This one is also related to #2611

@gkatsev
Copy link
Member

gkatsev commented Nov 17, 2015

The PR for this: #2775

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants