X Tutup
Skip to content

Commit b571baa

Browse files
committed
fix(examples): Don't generate Dart code for TS examples in nested directories.
1 parent a31e2f5 commit b571baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/broccoli/trees/dart_tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import replace from '../broccoli-replace';
1616
var global_excludes = [
1717
'angular2/http*',
1818
'angular2/upgrade*',
19-
'angular2/examples/*/ts/**/*',
19+
'angular2/examples/**/ts/**/*',
2020
'angular2/src/http/**/*',
2121
'angular2/test/http/**/*',
2222
'angular2/src/upgrade/**/*',

0 commit comments

Comments
 (0)
X Tutup