Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8810862

Browse files
chalinkwalrath
authored andcommitted
chore(api): shredder to use new ng2 dart examples repo (#2556)
1 parent eff7e04 commit 8810862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var _apiShredOptions = {
7979
const relDartDocApiDir = path.join('doc', 'api');
8080
var _apiShredOptionsForDart = {
8181
lang: 'dart',
82-
examplesDir: path.resolve(ngPathFor('dart'), 'example'),
82+
examplesDir: path.resolve(ANGULAR_PROJECT_PATH + '2_api_examples'),
8383
fragmentsDir: path.join(DOCS_PATH, '_fragments/_api'),
8484
zipDir: path.join(RESOURCES_PATH, 'zips/api'),
8585
logLevel: _dgeniLogLevel

0 commit comments

Comments
 (0)