chore(bundles): rename angular-polyfills to angular2-polyfills.

This commit is contained in:
Jeremy Elbourn 2015-12-08 15:42:41 -08:00
parent b3c91b163b
commit 1d825eb685
1 changed files with 2 additions and 2 deletions

View File

@ -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),