tap icon indicating copy to clipboard operation
tap copied to clipboard

Add relative path arg to template_files

Open thinkerbot opened this issue 14 years ago • 0 comments

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

thinkerbot avatar Dec 07 '10 22:12 thinkerbot