scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Use Jake instead of scripts as task runners #109

Open atran opened 10 years ago

atran commented 10 years ago

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.

kylefinley commented 10 years ago

@atran,

Sorry for the late response.

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.

Kyle

atran commented 10 years ago

From their README it states:

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.