jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

jakelib without Jakefile #233

Closed jupl closed 8 years ago

jupl commented 11 years ago

I wrote a set of tasks under the jakelib directory. If I try to run jake I get an error saying that I don't have a Jakefile. I solved this by adding a blank Jakefile, which is nice but adds an unnecessary file to the project. It would be nice to not have to add Jakefile if I all I need is jakelib.

mde commented 11 years ago

Good call. I would definitely merge a PR that implements this. :) Otherwise, I'll try to get to it sometime in the next couple of weeks.

jupl commented 11 years ago

I'll take a look, then. :)

mde commented 11 years ago

Awesome, let me know if you need guidance on where to look.

welearnednothing commented 8 years ago

It looks like this may have been fixed by b0fcf1cd80fff6dac7d9eecf4524eae66c0ca50c back in 0.7.8.

mde commented 8 years ago

:+1: Closing this issue.