boxuk / albot

Albot is a small command line tool built as an attempt to help us with our Development process
http://boxuk.github.io/albot/
MIT License
6 stars 1 forks source link

Fix #28: Add a post processing function to deploy #41

Closed athieriot closed 11 years ago

athieriot commented 11 years ago

Example:

"postProcessFile": "function(path, content, cb) { if (path.indexOf('deploy.rb')) { cb(null, content.replace('#logger.level', 'logger.level')) } }",

coveralls commented 11 years ago

Coverage Status

Coverage decreased (-0%) when pulling 618a8d06f2278410f19ed64f7f412e56d29e99bf on cap-verbose into 4f2e7ce7039413fc27987bdbdf0b5ff36f163358 on master.