chore(build): remove es5build.js

Fixes #5030

Closes #5144
This commit is contained in:
Pawel Kozlowski
2015-11-05 17:39:38 +01:00
parent a0a627f2f9
commit c6ad269f43
6 changed files with 2 additions and 1217 deletions

View File

@ -143,10 +143,6 @@ module.exports = function makeBrowserTree(options, destinationPath) {
};
var es5Tree = compileWithTypescript(es5ModulesTree, typescriptOptions);
// Now we add a few more files to the es6 tree that the es5 tree should not see
var extras = new Funnel('tools/build', {files: ['es5build.js'], destDir: 'angular2'});
es6Tree = mergeTrees([es6Tree, extras]);
var vendorScriptsTree = flatten(new Funnel('.', {
files: [
'node_modules/es6-shim/es6-shim.js',