rewrite and decouple

This commit is contained in:
tdreyno 2009-09-28 19:43:08 -07:00
parent 96e095215f
commit 4f11920bba
24 changed files with 522 additions and 327 deletions

View file

@ -0,0 +1,9 @@
# def cache_buster
# if File.readable?(real_path)
# File.mtime(real_path).strftime("%s")
# else
# $stderr.puts "WARNING: '#{File.basename(path)}' was not found (or cannot be read) in #{File.dirname(real_path)}"
# end
# end