chore(bundles): properly publish router.min.js bundle

Fixes #5244

Closes #5253
This commit is contained in:
Pawel Kozlowski 2015-11-16 11:39:07 +01:00
parent 3eced6e1a9
commit 837efc2a0f
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ gulp.task('!bundle.js.min', ['build.js.prod'], function() {
bundler.bundle(bundleConfig, 'angular2/http - angular2/angular2',
'./dist/build/http.min.js', bundlerConfig),
bundler.bundle(bundleConfig, 'angular2/router - angular2/angular2',
'./dist/js/build/router.min.js', bundlerConfig)
'./dist/build/router.min.js', bundlerConfig)
]);
});
});