Skip to content

Commit

Permalink
Exclude test files for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin committed Apr 13, 2016
1 parent 3866022 commit e56d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gulp.task('build', ['renderer', 'deps'], (done) => {
dir: path.join(__dirname, 'app'),
platform: 'win32',
asar: true,
ignore: /(renderer-jsx)/i,
ignore: /(renderer-jsx|__tests__)/gi,
overwrite: true,
out: path.join(__dirname, 'out'),
icon: path.join(__dirname, 'build', 'icon.ico'),
Expand Down

0 comments on commit e56d010

Please sign in to comment.