Simulating .PHONY in Rake - Polishing Ruby
january 2012 by rtlechow
"What I need is a prerequisite that fixes this with a timestamp earlier than my files:
def (task(:phony)).timestamp # omg I love/hate this grammar construct
Time.at 0
end"
rake
ruby
def (task(:phony)).timestamp # omg I love/hate this grammar construct
Time.at 0
end"
january 2012 by rtlechow
Copy this bookmark: