ソースを参照

more pedantry

tags/0.3.0
Jan Lehnardt 16年前
コミット
86ed681de7
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      Rakefile

+ 2
- 1
Rakefile ファイルの表示

@@ -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}"


読み込み中…
キャンセル
保存