less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

growl & syntax errors etc

Open j0hnsmith opened this issue 16 years ago • 3 comments

I would be nice if using lessc -gw ...

or any combination of watch and growl, that you didn't have to Press [return] to continue... when there's a syntax error as growl already notifies the user. This way you could just fix the error and continue.

j0hnsmith avatar Nov 23 '09 02:11 j0hnsmith

I agree that just fixing the error and resaving is more convenient than having to press return. I logged a similar issue here:

http://github.com/cloudhead/less/issues/#issue/116

and a proposed fix here:

http://github.com/guns/less/tree/guns-robust-watch

guns avatar Nov 23 '09 08:11 guns

I was thinking about this too earlier, will see what I can do! (also going to merge in your patch at some point gun)

cloudhead avatar Nov 23 '09 15:11 cloudhead

This would be nice also because it notifies you when a file that's being --watched has been compiled again. Currently, I don't know for sure if it has been compiled since the last time, as I'm not looking at my terminal all the time, to notice the extra line that appears... I just wait a couple of seconds to see if a new line pops up, and if it doesn't, I suppose it already popped up before I started looking.

DouweM avatar Nov 30 '09 18:11 DouweM