tomasbasham / ember-cli-scss-lint

An ember-cli addon to integrate sass-lint for standards adherence and improved style consistency
MIT License
7 stars 6 forks source link

Colorized Output #6

Closed mscarchilli closed 8 years ago

mscarchilli commented 8 years ago

It would be really nice to have a colorized output like the grunt-scss-lint package has.

https://github.com/ahmednuaman/grunt-scss-lint#colorizeoutput

tomasbasham commented 8 years ago

Similar to #7 you should try passing the color option. If this does not work you should probably try making an issue on broccoli-scss-lint since it is this module that interfaces with the scss_lint gem. Besides with the default settings I do get some colourised output in the console

screen shot 2016-06-13 at 21 16 37

Were you perhaps hinting for more colour?

mscarchilli commented 8 years ago

For example, when I'm in grunt using lint I get something like the following image. Color range aside since that's more specific to my PS1 bash prompt. Overall, it's not major, would just be nice to have. Coming from Grunt and having to work in broccoli is frustrating enough, but to have a little love from home makes it so much nicer. I'd convert the Ember project over to Grunt if it would't be major hassle.

grunt-scss-lint uses the following if I remember correctly.

https://github.com/ahmednuaman/grunt-scss-lint#colorizeoutput https://github.com/sickill/rainbow#windows-support https://github.com/cosmo0920/win32-api https://github.com/djberg96/windows-api https://github.com/djberg96/windows-pr

ss