From 837efc2a0febada12ff56024406bfe72ec5b340a Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Mon, 16 Nov 2015 11:39:07 +0100 Subject: [PATCH] chore(bundles): properly publish router.min.js bundle Fixes #5244 Closes #5253 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 99c708c083..07b5bb7ced 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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) ]); }); });