Several of us have noticed that the tmp directory keeps on growing over time in spite of the cleanup.builder gulp task that runs when gulp is about to exit.
It seems that while build.js.dev cleans up stuff correctly, exiting test.unit.js leaves files behind in the tmp folder.
Several of us have noticed that the
tmpdirectory keeps on growing over time in spite of thecleanup.buildergulp task that runs when gulp is about to exit.It seems that while
build.js.devcleans up stuff correctly, exitingtest.unit.jsleaves files behind in the tmp folder.