Przeglądaj źródła

Output the "Done" message as before

tags/0.3.0
Jason Smith 16 lat temu
rodzic
commit
0117a42532
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      Rakefile

+ 1
- 0
Rakefile Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz