mdsol / dice_bag

DiceBag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App.
MIT License
19 stars 4 forks source link

Extending dice_bag to work with .NET config files #40

Closed dhoizner-mdsol closed 11 years ago

dhoizner-mdsol commented 11 years ago

All comments appreciated and any suggestions to make this more 'rubyist' are more than welcome. Once everything looks okay, will update the README to reflect the additions.

@jcarres-mdsol @asmith-mdsol

asmith-mdsol commented 11 years ago

Sorry for sitting on this so long @dhoizner-mdsol. Despite the issue with the warning comment, I'm going to merge this and we can fix it up later.

dhoizner-mdsol commented 11 years ago

@asmith-mdsol @jcarres-mdsol just realized that my solution isn't fully functional for XML config files. XML configs aren't valid if there are lines above the XML doc tag. As I'll have to rework at least part of it (and I can't seem to think of a good solution for adding in the comment) I'd like to get your thoughts.