X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=mise_en_prod.rb;fp=mise_en_prod.rb;h=a6b804cc450d7bae44bc1062b139b722a025c66e;hp=9b4d23e7b8c6ba878c3bd71218f952306167458f;hb=360b03e976f53bd285b4f88e41bedf72e644898b;hpb=14d8b43a06d6c0bd18c40d79509b6afe2047af0d diff --git a/mise_en_prod.rb b/mise_en_prod.rb index 9b4d23e..a6b804c 100644 --- a/mise_en_prod.rb +++ b/mise_en_prod.rb @@ -8,7 +8,7 @@ dest = "Z:\\var\\www\\divx" dest = $*[0] if $*.length > 1 # pour windows -['xml', 'xsl', 'js', 'css', 'img'].each{|rep| +['xml', 'xsl', 'js', 'css', 'img', 'xpi'].each{|rep| `mkdir #{dest}\\#{rep}` `xcopy /Y /F #{rep} #{dest}\\#{rep}` -} \ No newline at end of file +}