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

improve packageTask api #324

Open reshadi opened 8 years ago

reshadi commented 8 years ago

If the author likes the new createApi function, it can be used for other api as well. The benefit here is that the actual api is then only defined by the task constructor in one place.

I had also earlier opened an issue for packageTask not getting the prereqs. This would be the solution to that.

Thanks.