You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using .sh and .bat files, use Jake as a task runner. I'm using them in my fork and you can see a description here. If there is interest, I can implement it.
The text was updated successfully, but these errors were encountered:
Jake looks nice. You did an excellent job of creating tasks. The only downside I can see is that you have to have Jake installed globally, correct? I would like to avoid global executables if possible. However, the simplicity offered by Jake might be worth making an exceptions.
Thanks for the suggestion, I'll leave this open so others can comment.
Note Jake is intended to be mostly a command-line tool, but lately there have been changes to it so it can be either embedded, or run from inside your project.
I'm unclear about those changes but it looks like it's going in the right direction.
Instead of using
.sh
and.bat
files, use Jake as a task runner. I'm using them in my fork and you can see a description here. If there is interest, I can implement it.The text was updated successfully, but these errors were encountered: