Skip to content

Commit d629ed7

Browse files
committed
fix(bundle): don’t bundle traceur/reflect into benchpress - amended change
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.
1 parent 8c66a25 commit d629ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ var BENCHPRESS_BUNDLE_CONFIG = {
137137
],
138138
excludes: [
139139
'traceur',
140+
'traceur/bin/traceur-runtime',
140141
'reflect-metadata',
141142
'selenium-webdriver',
142143
'rtts_assert',

0 commit comments

Comments
 (0)