Returns source file path.
20 21 22
# File 'lib/jekyll/static_file.rb', line 20 def path File.join(@base, @dir, @name) end