sass/ruby-sass

Display time of action when watching changes

nex3 opened this issue · 1 comments

nex3 commented

From sass/sass#2489:

When watching for changes, I get reports such as below. I'm missing some time indications preferably on each action and down to seconds. The lack of these forces me sometimes do some "test changes" to check sass is still watching and updating as expected.

Sass is watching for changes. Press Ctrl-C to stop.
write ../www/css/controls/myStyle.css [time?]
write ../www/css/controls/myStyle.css.map [time?]
Change detected to: myOtherStyle.scss
write ../www/css/myOtherStyle.css [time?]
write ../www/css/myOtherStyle.css.map [time?]

version: Sass 3.5.5 (Bleeding Edge)

nex3 commented

I'm closing this issue as "on ice" because Ruby Sass is deprecated and no additional features are planned for it.