Skip to content

Commit 1d825eb

Browse files
committed
chore(bundles): rename angular-polyfills to angular2-polyfills.
1 parent b3c91b1 commit 1d825eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ gulp.task('bundles.js.umd.min', ['!bundles.js.umd', '!bundle.ng.polyfills'], fun
11261126

11271127
// minify production bundles
11281128
return gulp.src([
1129-
'dist/js/bundle/angular-polyfills.js',
1129+
'dist/js/bundle/angular2-polyfills.js',
11301130
'dist/js/bundle/angular2.umd.js',
11311131
'dist/js/bundle/angular2_all.umd.js'
11321132
])
@@ -1156,7 +1156,7 @@ gulp.task('!bundle.js.min.deps', ['!bundle.js.min'], function() {
11561156
});
11571157

11581158
gulp.task('!bundle.ng.polyfills', ['clean'],
1159-
function() { return addDevDependencies('angular-polyfills.js'); });
1159+
function() { return addDevDependencies('angular2-polyfills.js'); });
11601160

11611161
var JS_DEV_DEPS = [
11621162
licenseWrap('node_modules/zone.js/LICENSE', true),

0 commit comments

Comments
 (0)