Skip to content

Commit

Permalink
chore: remove unused vendors variable (angular#4528)
Browse files Browse the repository at this point in the history
* Removes the unused `NPM_VENDOR_FILES` variable because the vendors aren't copied anymore.
  • Loading branch information
devversion authored and jelbourn committed May 15, 2017
1 parent 876ab87 commit 45ddb5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/gulp/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,4 @@ export const LICENSE_BANNER = `/**
* License: MIT
*/`;

export const NPM_VENDOR_FILES = [
'@angular', 'core-js/client', 'hammerjs', 'rxjs', 'systemjs/dist',
'zone.js/dist', 'web-animations-js'
];

export const COMPONENTS_DIR = join(SOURCE_ROOT, 'lib');

0 comments on commit 45ddb5b

Please sign in to comment.