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

Fix file task prereq handling (redo of #387) #424

Closed martinholters closed 1 year ago

martinholters commented 1 year ago

This is a redo of #387 by (which seems to have stalled) with a test added. Thanks to @colinshr for the fix!

Fixes #423.

martinholters commented 1 year ago

Gentle bump. I'd really like to see #423 fixed.

colinshr commented 1 year ago

You can use my fork if this doesn't get resolved. https://github.com/colinshr/jake

martinholters commented 1 year ago

Sure, or I could also just use https://github.com/martinholters/jake/tree/mh/fix_file_task (the branch I'd like to see merged here), but if I could stay with the package as registered with npm, that would make live a bit easier.

martinholters commented 1 year ago

Gentle bump again.

mde commented 1 year ago

Thanks for your patience!

mde commented 1 year ago

Published to NPM in jake@10.8.6.

martinholters commented 1 year ago

Thanks!