cjohansen / juicer

A command line tool for JavaScript and CSS developers
630 stars 47 forks source link

option to only verify modified files #34

Closed mersayochan closed 13 years ago

mersayochan commented 13 years ago

I love juicer, but I hate waiting for it verify ALL my files on merge when I have only changed one. It would be great if it used the modified timestamp on the files to detect which ones have been modified after the last merge (using the modified timestamp on the output file if it exists). This would greatly increase the value of this tool for me and should be pretty easy to add.

cjohansen commented 13 years ago

It's actually less easy than you think, since Juicer has no cache - thus it knows nothing about which files were changed since last run. Maybe checkout autolint? https://github.com/magnars/autolint