-
Notifications
You must be signed in to change notification settings - Fork 616
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
questions: isn't it annoying to touch so many files if upgrading a remote dependency? #927
Comments
@timaschew yeah, that's one of the problem's we've faced with We've been exploring with browserfify as a solution for the frontend build recently and we're probably adopting it as a definite solution for this. We love the |
even if you use a token?
yes, totally agree. There are also some other drawbacks. Currently I'm experimenting with jspm. It is really awesome, it's like component also a package manager and support github and npm. R.I.P component |
Yeah, even with a token, 2 out of 3 (clean) builds would fail. For new instances, we would usually have to push 2-4 times to heroku to get a working deployment. We'll definitely check
Looking forward to it!
:( |
https://github.com/jspm/demo-es6
|
Thanks! |
turns out webpack has a better and more configurable API. |
👍 |
for instance: if you want to upgrade component/dom you need to touch 24 files:
https://github.com/DemocracyOS/app/search?p=2&q=component%2Fdom&utf8=%E2%9C%93
The text was updated successfully, but these errors were encountered: