exe/weaver in weaver-0.3.3 vs exe/weaver in weaver-0.3.4

- old
+ new

@@ -102,15 +102,15 @@ if Dir.exist? "images" FileUtils.cp_r("images", buildDir) end if Dir.exist? "js" Dir["js/*.*"].each do |x| - FileUtils.cp_r(x, File.join("js", buildDir)) + FileUtils.cp_r(x, File.join(buildDir, "js")) end end if Dir.exist? "css" Dir["css/*.*"].each do |x| - FileUtils.cp_r(x, File.join("css", buildDir)) + FileUtils.cp_r(x, File.join(buildDir, "css")) end end files = Dir["source/**/*.weave"] files.each do |file| \ No newline at end of file