소스 검색

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


불러오는 중...
취소
저장