tmpvar / weld

Template antimatter for Node.js (Browsers too!)
673 stars 39 forks source link

Remove colors dependency (it seems unnecessary?) #25

Closed jstsch closed 13 years ago

heapwolf commented 13 years ago

its used in the debug mode, which makes debugging more readable. If there is a way to reduce the dependancy but maintain the functionality i'll merge this request. thoughts?

jstsch commented 13 years ago

I guess I'm completely overlooking something (it's late), but the only reference I can find is in tests/stress.js and weld.js uses an internal colorize function?

heapwolf commented 13 years ago

you were correct! ;)

jstsch commented 13 years ago

Awesome, cheers!