From 88108620f9ea934e0b0c17c213bd1cffa70a954f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 6 Oct 2016 12:12:39 -0700 Subject: [PATCH] chore(api): shredder to use new ng2 dart examples repo (#2556) --- 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