Created by: marcelbeumer
By not using watchify you prevent having multiple watchers watch the same file (gulp uses gaze and watchify uses chokidar), and it seems easy enough to implement the caching ourselves.
Created by: marcelbeumer
By not using watchify you prevent having multiple watchers watch the same file (gulp uses gaze and watchify uses chokidar), and it seems easy enough to implement the caching ourselves.