diff --git a/gulpfile.coffee b/gulpfile.coffee index 40f95279..338b8c19 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -103,7 +103,7 @@ gulp.task 'literate', -> gulp.task 'upload', [], ()-> run('scp -r ./build ./examples jahns@manet.informatik.rwth-aachen.de:/home/jahns/public_html/collaborative_preview/').exec() -gulp.task 'codo', [], ()-> +gulp.task 'codo', [], ()-> command = 'codo -o "./doc" --name "Yatta!" --readme "README.md" --undocumented false --private true --title "Yatta! API" ./lib - LICENSE.txt ' run(command).exec()