From b99db1ac117a4a7851334b07b20743e5420e9b91 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 6 Oct 2016 11:32:14 -0700 Subject: [PATCH] chore(api): shredder to use new ng2 dart examples repo --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 5db601a5d4..c851ffa5a0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -79,7 +79,7 @@ var _apiShredOptions = { const relDartDocApiDir = path.join('doc', 'api'); var _apiShredOptionsForDart = { lang: 'dart', - examplesDir: path.resolve(ngPathFor('dart'), 'example'), + examplesDir: path.resolve(ANGULAR_PROJECT_PATH + '2_api_examples'), fragmentsDir: path.join(DOCS_PATH, '_fragments/_api'), zipDir: path.join(RESOURCES_PATH, 'zips/api'), logLevel: _dgeniLogLevel