jakejs / jake

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

Update file_task.js #387

Closed colinshr closed 11 months ago

colinshr commented 3 years ago

fix file task not detecting and finishing parent of dep

colinshr commented 3 years ago

fixed when using on file task dep and it not calling parent when done

colinshr commented 3 years ago

adding support to overwrite externally

mde commented 3 years ago

This looks great. Any way you could include a test for the FileTask problem?

colinarktrade commented 3 years ago

I don't have a test, I'm using it in a very different way by adding all tasks in my own object, and calling jake.run directly at the end. I've also added subdir support and aws/heroku/deploy. If you are interested we can have a call to show you all the code and maybe you will want to use it.