Currently, when I run my gulp watch task, everything is linted on the first save.
The second time around, only the file I changed gets linted.
My question: Is there a way to enable some sort of init value? I want to cache all my javascript files the first time around if the cache is empty, but NOT lint at all. after that, start my piping and only the changed file will be linted
Currently, when I run my
gulp watchtask, everything is linted on the first save.The second time around, only the file I changed gets linted.
My question: Is there a way to enable some sort of init value? I want to cache all my javascript files the first time around if the cache is empty, but NOT lint at all. after that, start my piping and only the changed file will be linted