noel
Rerun task on dep build.
update: i realize that i since im now using hash instead of timestamp and I my test changes didnt changes the content of this specific output file. So i updated the CLIENT_TARGET to
/Users/foo/client/dist/**/*.js
. But still doesnt seem to work as expected.8 replies
Rerun task on dep build.
Here is a sample taskfile.
What i wanted: to run
task all
and it to only run cmds for worker if either its sources change or if deps were rebuilt.
But now after i added var. If i run task my-client
it reruns everytime, even if generates file has newer timestamp. It works as intended if i hardcode the values instead of using variables.8 replies