-
Notifications
You must be signed in to change notification settings - Fork 60
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
Grunt express server isn't necessarily the most accurate name #77
Comments
Hah, that's actually true and I never realized it :) I mean, you could spawn The core feature is spawning an instance, watching for output, and restarting upon changes. I suppose it could fork/rename to |
Yes, those are neat names but what about the contrib folks? They don't any de-facto solution for running a node server in development. |
Oh, do they want this project? I thought they had to sanction it :) |
I can ping 'em and get el ball-o rollin'! |
I don't know if they want it, but I think they should :) I think it's very unnerving not to have a solid default task for running a server with grunt. Most generators and examples use |
@ericclemmons how would we go about pinging them? |
How about this... Howdy, @cowboy @geddski @sindresorhus! What do you guys think about forking/adopting this project into GruntJS as Per this thread's 1st comment, today this project works well with However, with some minor tweaks & doc changes, it can support a wider alternative of servers, such as (All this plugin really does is spawn a process, watch for Let me know. Thanks! |
We're not accepting new entries as the current ones are already more than we can handle. The |
Oh, I'm sorry, I didn't realize you guys would need to become responsible for support. Anyway, then, @ericclemmons, I think we should continue with a rename in order to make this more... findable. |
I know this is a minor nit-pick, but any node server, no, actually, any webserver that can be spawned and prints to stdout could be used with this task.
What more generic names would you guys suggest?
I guess that we could even plead to becoming something like a
grunt-contrib-server
because this is the only task that works correctly withgrunt-contrib-watch
.Ideas? @ericclemmons @paulpflug @justcfx2u
The text was updated successfully, but these errors were encountered: