X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=mise_en_prod.rb;h=a6b804cc450d7bae44bc1062b139b722a025c66e;hb=2e1cf069cec72c7d77dd305251fe4b5c9201f8f9;hp=9b4d23e7b8c6ba878c3bd71218f952306167458f;hpb=758f0146355cf0b6c0745d1e73c94c060fc6405c;p=pompage.git 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 +}