소스 검색

Output the "Done" message as before

tags/0.3.0
Jason Smith 16 년 전
부모
커밋
0117a42532
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      Rakefile

+ 1
- 0
Rakefile 파일 보기

@@ -25,6 +25,7 @@ def templated_build(name, opts={})
puts "Packaging for #{name}"
sh "mkdir -p #{opts[:location]}" if opts[:location]
sh "cat #{source}/#{target_js}.tpl.pre mustache.js #{source}/#{target_js}.tpl.post > #{opts[:location] || '.'}/#{target_js}"
puts "Done, see #{opts[:location] || '.'}/#{target_js}"
end
end



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