From d629ed7d5b6d664f72f66f2921723b2e10d25eea Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Mon, 29 Jun 2015 11:28:23 -0700 Subject: [PATCH] =?UTF-8?q?fix(bundle):=20don=E2=80=99t=20bundle=20traceur?= =?UTF-8?q?/reflect=20into=20benchpress=20-=20amended=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t need to bundle them as they are already present in G3. I.e. the benchpress bundle only includes benchpress and Angular2 bits. Also removes adding license headers for now, as we only have one license. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index a57d90b74b..3876759aad 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -137,6 +137,7 @@ var BENCHPRESS_BUNDLE_CONFIG = { ], excludes: [ 'traceur', + 'traceur/bin/traceur-runtime', 'reflect-metadata', 'selenium-webdriver', 'rtts_assert',