Copy bundles directory in Rakefile copy task

This commit is contained in:
Nathan Sobo 2012-08-07 14:45:25 -06:00
parent 5188d75772
commit 33b1c47844

View File

@ -77,6 +77,7 @@ task :"copy-files-to-bundle" => :"verify-prerequisites" do
end
sh "coffee -c #{dest}/src #{dest}/vendor #{dest}/spec #{dest}/benchmark"
cp_r "bundles", "#{dest}/bundles"
end
end