chore(ngUpgrade): Move into Angular2
This is moving ngUpgrade into the main repository per #4838. The ngUpgrade is published from the main import consistent with https://docs.google.com/document/d/1rbVTKTYLz6p2smQNYI8h4-QN-m2PS6F3iQIDmSzn0Ww/edit#heading=h.6cxvr9awtf5r Closes #4931
This commit is contained in:
@ -15,14 +15,16 @@ import replace from '../broccoli-replace';
|
||||
|
||||
var global_excludes = [
|
||||
'angular2/http*',
|
||||
'angular2/upgrade*',
|
||||
'angular2/examples/*/ts/**/*',
|
||||
'angular2/src/http/**/*',
|
||||
'angular2/test/http/**/*',
|
||||
'angular2/src/upgrade/**/*',
|
||||
'angular2/test/upgrade/**/*',
|
||||
'playground/src/http/**/*',
|
||||
'playground/test/http/**/*',
|
||||
'playground/src/jsonp/**/*',
|
||||
'playground/test/jsonp/**/*',
|
||||
'upgrade/**/*'
|
||||
'playground/test/jsonp/**/*'
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user