itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

Perhaps escape ANSI colour codes in script out #26

Closed geraintwhite closed 9 years ago

geraintwhite commented 9 years ago

Migrated from itsapi/post-receive#13

Otherwise we may see escape characters in the HTML output.

olls commented 9 years ago

We should implement a function to convert the ANSI escape colour codes to spans with colours.

geraintwhite commented 9 years ago

:+1: On 22 Jun 2015 17:07, "Oliver Faircliff" notifications@github.com wrote:

We should implement a function to convert the ANSI escape colour codes to spans with colours.

— Reply to this email directly or view it on GitHub https://github.com/itsapi/github-listener/issues/26#issuecomment-114165917 .

geraintwhite commented 9 years ago

https://github.com/rburns/ansi-to-html

geraintwhite commented 9 years ago

6c6ac93376f80fd3bc74ee5a83f4ccdb7c73d404