nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Output view issue for morgan plugin #47

Closed lunivm closed 9 years ago

lunivm commented 9 years ago

I'm using morgan plugin (https://www.npmjs.com/package/morgan) in my MEAN app. Unfortunately this plugin's output has broken view in console. Attaching screenshot of output result.

st-gulp-issue

nicosantangelo commented 9 years ago

It seems to be a problem with the coloring output of the terminal, I'll check it out.

Are you using Windows and Sublime Text 3?

lunivm commented 9 years ago

I'm using Windows 7 and Ubuntu 14.04 (on both OS issue reproduces in the same way), Sublime Text 3.

Coloring output of Gulp and Gulp plugins(gulp-nodemon in my case) are ok. It seems like this issue is reproducible with output that comes from Morgan package. Attaching one more screenshot.

st-gulp-issue2

Thank you!

nicosantangelo commented 9 years ago

I meant the ANSI escape codes for coloring! Take a look at Sublime ANSI

I'll see if I can remove/highlight them when I have a bit of free time :)

nicosantangelo commented 9 years ago

This is up (version 5.0.1)

Sorry it took so long, let me know if it works up for you!

lunivm commented 9 years ago

Hello, sorry for a late response. Yes, it works, no more escape codes in output. Thank you!