vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

"Clean" task doesn't work on build #496

Closed aerni closed 6 years ago

aerni commented 6 years ago

The "clean" task doesn't work when using "yarn blendid build". Meaning the "dest" folder doesn't get deleted and rebuilt. However when using "yarn blendid" the "clean" task works without problem. How can we fix this?