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

Can bower install three.js as well? #3

Closed
iandanforth opened this issue Aug 30, 2014 · 5 comments
Closed

Can bower install three.js as well? #3

iandanforth opened this issue Aug 30, 2014 · 5 comments

Comments

@iandanforth
Copy link

Given the "zero hassle" target. Can "bower install threestrap" be made to resolve the three.js dep?

@unconed
Copy link
Owner

unconed commented Aug 30, 2014

Make a pull request please

@iandanforth
Copy link
Author

Done. For some reason bower takes a long time to install threejs. And according to the spec (https://github.com/bower/bower.json-spec) the version for each dep is currently ignored. Ideally this would be updated to a specific release which doesn't just pull master from mrdoob.

@unconed
Copy link
Owner

unconed commented Sep 17, 2014

Ah, isn't this going to slow down the install for everyone then?

@ChiChou
Copy link

ChiChou commented Oct 5, 2014

@unconed Yes I met the same problem.

Actually in bower.json of three.js it ignores most of files and directories, but bower install still have to clone the whole git repo and that's why it takes such a long time. After a long struggling installation you can only find these in bower_components

bower-package-of-three-js

@ChiChou
Copy link

ChiChou commented Oct 5, 2014

@iandanforth I pack the files listed in bower_components/three.js/ (see the picture) in a tar.gz file, and use it as an offline installation source for threejs. This will save plenty of time.

sritchie added a commit that referenced this issue Dec 29, 2021
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

4 participants