Do not compact the dev build.

This commit is contained in:
Julien Fontanet 2015-04-14 15:24:52 +02:00
parent 04bbb84845
commit 48bf0d1942

View File

@ -50,7 +50,7 @@ gulp.task(function buildEs6 () {
return src('**/*.js')
.pipe(sourceMaps.init())
.pipe(babel({
compact: true,
compact: PRODUCTION,
comments: false,
optional: [
'runtime'