From 10f6a98faa806736086a8aa86ee847232cb0ff69 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 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d1fafbbd4272..11fab489984a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -919,7 +919,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) ]); }); });