From 1d825eb685ea047333efdb94b0b7908353a091e3 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Tue, 8 Dec 2015 15:42:41 -0800 Subject: [PATCH] chore(bundles): rename angular-polyfills to angular2-polyfills. --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index e368088b44..80725bc35a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1126,7 +1126,7 @@ gulp.task('bundles.js.umd.min', ['!bundles.js.umd', '!bundle.ng.polyfills'], fun // minify production bundles return gulp.src([ - 'dist/js/bundle/angular-polyfills.js', + 'dist/js/bundle/angular2-polyfills.js', 'dist/js/bundle/angular2.umd.js', 'dist/js/bundle/angular2_all.umd.js' ]) @@ -1156,7 +1156,7 @@ gulp.task('!bundle.js.min.deps', ['!bundle.js.min'], function() { }); gulp.task('!bundle.ng.polyfills', ['clean'], - function() { return addDevDependencies('angular-polyfills.js'); }); + function() { return addDevDependencies('angular2-polyfills.js'); }); var JS_DEV_DEPS = [ licenseWrap('node_modules/zone.js/LICENSE', true),