Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Do not clean during build? #95

Open maxwellpeterson-wf opened 10 years ago

maxwellpeterson-wf commented 10 years ago

It may be best to avoid cleaning during a build/watch:build. Instead only clean during dist.

If we clean before every build, we can't take advantage of gulp-changed for example.