mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
No EOL
239 B
Ruby
9 lines
No EOL
239 B
Ruby
|
|
|
|
# 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 |