Skip to content

Commit

Permalink
added es file output to react demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Jan 1, 2020
1 parent 965dae4 commit e55522c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ gulp.task('es', () => {
.src(['./src/bld/pptxgen.es.js'])
.pipe(insert.prepend('/* PptxGenJS ' + pkg.version + ' @ ' + new Date().toISOString() + ' */\n'))
.pipe(gulp.dest('./dist/'))
.pipe(gulp.dest('./demos/react-demo/src/'))
})

// Build/Deploy
Expand Down

0 comments on commit e55522c

Please sign in to comment.