From cff205e45eaffeb3819436e10600a439cd6b776c Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 18 Feb 2016 17:12:23 -0800 Subject: [PATCH] In Gulpfile, update call to foundationDocs.buildSearch() to add new outFile parameter --- gulp/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/docs.js b/gulp/docs.js index ad6ea8c90..28c248e78 100644 --- a/gulp/docs.js +++ b/gulp/docs.js @@ -48,7 +48,7 @@ gulp.task('docs:all', function() { }); function buildSearch() { - foundationDocs.buildSearch(supercollider.tree); + foundationDocs.buildSearch('_build/data/search.json', supercollider.tree); } gulp.task('docs:debug', ['docs'], function(cb) { -- 2.47.2