scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Dandelion supports transferring additional files not in the git repo #39

Closed codewrangler77 closed 11 years ago

codewrangler77 commented 11 years ago

This patch allows users to spec a list of additional files in their dandelion.yml, such as:

additional:

These files will then always be transferred once the tree sync is complete.

scttnlsn commented 11 years ago

Made a couple changes here: https://github.com/scttnlsn/dandelion/tree/additional

Let me know if everything looks good and I'll merge it into master.

codewrangler77 commented 11 years ago

Looks good to me, thanks!