Skip to content

Instantly share code, notes, and snippets.

@briandonahue
Created July 19, 2010 14:48
Show Gist options
  • Save briandonahue/481497 to your computer and use it in GitHub Desktop.
Save briandonahue/481497 to your computer and use it in GitHub Desktop.
dc = DeepCopy.new
dc.extensions = ["dll", "aspx", "ascx", "svc", "asmx", "ashx", "asax", "config", "xap",
"resx", "jpg", "gif", "png", "css", "js", "swf", "lic", "xml", "master",
"dic", "txt", "htm"]
dc.excludes = ["obj/**", "upload/**"]
dc.source_dir = web_src
dc.dest_dir = deploy_target
dc.copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment