kellyselden / broccoli-jscs

Broccoli plugin for jscs
MIT License
16 stars 16 forks source link

re-builds a file, if its input-tree counterpart merely changed. #39

Open stefanpenner opened 9 years ago

stefanpenner commented 9 years ago

This is an issue because, the contents of the jscs file actually don't change when the corresponding input file changes. This means merely changing a file causes JSCS to do work, when in reality JSCS only needs to do work when files are added or removed not modified.