coffeelint icon indicating copy to clipboard operation
coffeelint copied to clipboard

Watch mode to autorun coffeelint if file changes

Open chrisspiegl opened this issue 10 years ago • 0 comments

This can easily be done by with something like grunt but maybe it is not all that hard to implement this function into the core of coffeelint.

Explenation

I think of something like coffeescirpts watch mode:

coffee -w ./index.coffee

chrisspiegl avatar Nov 01 '13 13:11 chrisspiegl