Skip to content

Commit d55655f

Browse files
pkozlowski-opensourceIgorMinar
authored andcommitted
fix(bundles): rename the testing.js bundle
BREAKING CHANGE: System.register testing bundle was renamed: `testing.js` -> `testing.dev.js` Closes angular#5899 Closes angular#5776
1 parent 61b9468 commit d55655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ gulp.task('!bundle.testing', ['build.js.dev'], function() {
11091109
var devBundleConfig = merge(true, bundleConfig);
11101110
devBundleConfig.paths = merge(true, devBundleConfig.paths, {"*": "dist/js/dev/es5/*.js"});
11111111

1112-
return bundler.bundle(devBundleConfig, TESTING_BUNDLE_CONTENT, './dist/js/bundle/testing.js',
1112+
return bundler.bundle(devBundleConfig, TESTING_BUNDLE_CONTENT, './dist/js/bundle/testing.dev.js',
11131113
{sourceMaps: true});
11141114
});
11151115

0 commit comments

Comments
 (0)