From 7b1f440f5d7b2cc29af1d67efd7d4de6d43b7095 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 2 Jan 2018 22:42:29 +0100 Subject: [PATCH] build: docs task should not clean * No longer cleans the dist/ folder because some deploy scripts depend on previous output inside of the dist folder. --- tools/gulp/tasks/docs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gulp/tasks/docs.ts b/tools/gulp/tasks/docs.ts index 987ecb3d87dc..c3b394625d80 100644 --- a/tools/gulp/tasks/docs.ts +++ b/tools/gulp/tasks/docs.ts @@ -74,7 +74,6 @@ const markdownOptions = { /** Generate all docs content. */ task('docs', sequenceTask( - 'clean', [ 'markdown-docs-material', 'markdown-docs-cdk',