From 43c64bc1965642235128002552fc6cd99c1d2d7e Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 26 Dec 2018 16:01:48 -0700 Subject: [PATCH] add description to Gulp build --- .gulp.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gulp.json diff --git a/.gulp.json b/.gulp.json new file mode 100644 index 0000000..174d391 --- /dev/null +++ b/.gulp.json @@ -0,0 +1,4 @@ +{ + "description": "Build tasks for the Antora default UI project", + "flags.tasksDepth": 0 +} -- 2.11.0