tap
tap copied to clipboard
Add relative path arg to template_files
That way only a subset of the templates could be funneled through template_files.
template_files('subset') do |source, target|
m.file(target) {|io| io << File.read(source) }
end