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

Support default task in Cakefile #1694

Closed
fortes opened this issue Sep 12, 2011 · 4 comments
Closed

Support default task in Cakefile #1694

fortes opened this issue Sep 12, 2011 · 4 comments

Comments

@fortes
Copy link
Contributor

fortes commented Sep 12, 2011

Another convenience from Rake/Make is the ability to have a default task.

Happy to code this up myself, but didn't want to waste the effort if it's something others are against.

@markbates
Copy link

+1 I keep meaning to write up a patch for this but never seem to find the time.

@jashkenas
Copy link
Owner

No thanks. cake is supposed to be drop dead simple, and naming the task you want to run is much more clear.

I never know what the default Rake task is supposed to do in different projects ... mostly because it can do anything, and there isn't a strong convention.

@sheldonh
Copy link

I thought this issue was handled with bravery and insight. Rakefiles, Cakefiles... these things have nonsense names and so the notion of a default task is nonsense. In a Makefile, it is obvious that the default task is to make the software.

@jethrodaniel
Copy link

Makefiles can be used however you like, not just to build software, just sayin.

I, for one, do agree with adding a default task. How does the coffeescript community feel about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants