Rakefile in rhodes-2.0.0.beta1 vs Rakefile in rhodes-2.0.0.beta2
- old
+ new
@@ -273,9 +273,14 @@
end
file << "end\n"
end
end
+ if $excludeextlib
+ chdir dest
+ $excludeextlib.each {|e| Dir.glob(e).each {|f| rm f}}
+ end
+
chdir startdir
#throw "ME"
cp_r app + '/app',File.join($srcdir,'apps')
cp_r app + '/public', File.join($srcdir,'apps')
cp app + '/rhoconfig.txt', File.join($srcdir,'apps')