Closed slashterix closed 9 years ago
ruby blocks will always run and are not aware if file operations actually changed anything or not.
Use not_if and some grep to decide if we need to run at all.
This is solved by #40. Closing.
ruby blocks will always run and are not aware if file operations actually changed anything or not.
Use not_if and some grep to decide if we need to run at all.