Browse Source

more pedantry

tags/0.3.0
Jan Lehnardt 16 years ago
parent
commit
86ed681de7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Rakefile

+ 2
- 1
Rakefile View File

@@ -31,7 +31,8 @@ def templated_build(name, opts={})

# extra
if opts[:extra]
sh "cat #{source}/#{opts[:extra]} | sed -e 's/{{version}}/#{version}/' > #{opts[:location]}/#{opts[:extra]}"
sh "cat #{source}/#{opts[:extra]} | sed -e 's/{{version}}/#{version}/' \
> #{opts[:location]}/#{opts[:extra]}"
end

puts "Done, see #{opts[:location] || '.'}/#{target_js}"


Loading…
Cancel
Save