From 65ba554b388fac0b7c5362c994032d46ffb43ed8 Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Wed, 21 Sep 2016 14:25:43 -0500 Subject: [PATCH] chore(build): changed docs task name changed docs task name --- scripts/gulp/tasks/docs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gulp/tasks/docs.ts b/scripts/gulp/tasks/docs.ts index 93ac23cbe0..7a944567cd 100644 --- a/scripts/gulp/tasks/docs.ts +++ b/scripts/gulp/tasks/docs.ts @@ -11,8 +11,9 @@ import { argv } from 'yargs'; import { DEMOS_ROOT } from '../constants'; +task('docs', ['docs.dgeni', 'docs.copyDemos', 'docs.sassVariables']); -task('docs', () => { +task('docs.dgeni', () => { const docVersion = argv['doc-version'] || 'nightly'; const initialVersionBuild = argv['initial-build'] || false; if (docVersion !== 'nightly' && ! valid(docVersion)) {