tomlokhorst / CoffeeSharp

CoffeeScript compilation for Windows
http://tomlokhorst.github.io/CoffeeSharp
Other
57 stars 8 forks source link

Watch and compile as SystemTrayApp #2

Closed lanwin closed 13 years ago

lanwin commented 13 years ago

Since the star time of CoffeeSharp is really slow, it would be a good idea to create an small app which dose the watch mode invisible as system tray app. It could be look like the Visual Studio Development Webserver.

tomlokhorst commented 13 years ago

This is a nice idea. Note that the functionality is already available through the --watch flag, but a system tray icon could be a nice addition.

However, I don't know how to write such a thing, so I'm not planning on doing this in the immediate future.

I'll leave this issue here as a reminder, and possibly as an incentive, if someone wants to contribute some code ;-)

tomlokhorst commented 13 years ago

A system tray application for compiling CoffeeScript is available here: http://coffeemonitor.codeplex.com/