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 install 0.5.3, different bower.json? #471

Closed
arianra opened this issue Apr 14, 2015 · 4 comments
Closed

bower install 0.5.3, different bower.json? #471

arianra opened this issue Apr 14, 2015 · 4 comments
Milestone

Comments

@arianra
Copy link

arianra commented Apr 14, 2015

Hey, I was debugging a friend's project and for some reason when downloading impress.js#0.5.3 through bower, it doesn't seem to get the right bower.json file. The bower.json lacks a main property, where the latest version (0.5.3) does have it in the bower.json.

any ideas what could be going wrong? I fixed it by specifically installing bower with the latest commit SHA:

bower install 'git@github.com:bartaz/impress.js.git#efc184947a9b58ca30ad391146700513fd23a30c'

@bartaz
Copy link
Member

bartaz commented Apr 14, 2015

I wasn't the one adding bower support and bower.json file.
It may be connected to the fact that version 0.5.3 (as released on GitHub with repo tag https://github.com/bartaz/impress.js/tree/0.5.3) doesn't have bower file at all, it was added later on.

@arianra
Copy link
Author

arianra commented Apr 14, 2015

That makes sense, thanks for responding.

In any case, if anyone else has this issue, the easiest way is to simply install the master branch like so:
bower install impress.js#master

@FagnerMartinsBrack FagnerMartinsBrack added this to the v0.6.0 milestone Feb 20, 2016
@FagnerMartinsBrack
Copy link
Member

This issue will be fixed once the version 0.6.0 is released.

@FagnerMartinsBrack
Copy link
Member

Closing as a duplicate of #512 (see bullet points).

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

3 participants