-
Notifications
You must be signed in to change notification settings - Fork 40
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
Run bower install during pip install #48
Comments
Thanks for reporting this issue! @coala-analyzer/coala-contributors, your aid is required, fellow coalaian. Help us triage and solving this issue! |
This issue is absurd. |
The reason I thought it makes sense to do But that is definitely a user preference. Some people prefer things that install lazily on demand. |
strongly disagree with this being a user preference, the user installs coala-html and thus wants to use it, we shouldn't defer steps to do them lazily |
i.e. I agree very much with abdeali that if possible we should do this upon installation |
@AbdealiJK @sils1297 So what happens now is that the user installs coala-html that contains angular packages including |
Maybe we can download the stuff once and then copy it whenever it's needed. This is not important and shouldn't be addressed before we get a main version out of the door. |
Alright 👍 |
I was looking at code and found that |
Strongly agree that running |
Unassigning due to inactivity |
Presently, bower installs dependencies when user runs
coala-html
first time. We should implement this installation process when user installscoala-html
viapip
.The text was updated successfully, but these errors were encountered: