Show HN: Duo – a next-generation package manager for the front end
1–10 of 103 posts
Re: Show HN: Duo – a next-generation package manager for the front end
#2Oh my. You've essentially killed Bower and NPM in one swoop then haven't you?
An exciting time to be a web developer to say the least, this looks simply amazing.
Re: Show HN: Duo – a next-generation package manager for the front end
#3I can't see why this is browser only, am I missing something?
Re: Show HN: Duo – a next-generation package manager for the front end
#4Re: Show HN: Duo – a next-generation package manager for the front end
#5It would be interesting for someone with more expertise to do a compare/contrast further down the line of all three.
"...I show you how deep the rabbit hole goes" - Morpheus
Also, does someone know how the Closure compiler fits into all of this? It might be totally unrelated but I'm trying to learn more about JavaScript application architecture, and I'm not sure where that fits in.
Re: Show HN: Duo – a next-generation package manager for the front end
#6Re: Show HN: Duo – a next-generation package manager for the front end
#7I think I'm missing something. I see how this would be great when it's build time but during development I don't want to have to keep running build commands each time I want to use a new package I'm development. Using Grunt and Bower may be a little time consuming up front but once things are set up its very easy to keep a separate Dev and prod environment in sync between different contributors. I only see the value…
Re: Show HN: Duo – a next-generation package manager for the front end
#8I think I'm missing something. I see how this would be great when it's build time but during development I don't want to have to keep running build commands each time I want to use a new package I'm development. Using Grunt and Bower may be a little time consuming up front but once things are set up its very easy to keep a separate Dev and prod environment in sync between different contributors. I only see the value…
Typically, let's say for an app, you'll run a watcher which will trigger the builder, so you can just spin it up and leave it alone. For smaller components that are meant for consumption, a simple Makefile is more than enough and running the command isn't too terribly bad.
Re: Show HN: Duo – a next-generation package manager for the front end
#9Re: Show HN: Duo – a next-generation package manager for the front end
#10I think I'm missing something. I see how this would be great when it's build time but during development I don't want to have to keep running build commands each time I want to use a new package I'm development. Using Grunt and Bower may be a little time consuming up front but once things are set up its very easy to keep a separate Dev and prod environment in sync between different contributors. I only see the value…