Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhao committed Sep 9, 2015
1 parent f6a6af5 commit 0f5bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gulp.task 'copy-files', ['download-electron'], ->
gulp.src(['lib/**/*']).pipe(gulp.dest(path.join(BUILD_ROOT, 'lib')))
gulp.src(['views/**/*']).pipe(gulp.dest(path.join(BUILD_ROOT, 'views')))
gulp.src(['plugins/**/*']).pipe(gulp.dest(path.join(BUILD_ROOT, 'plugins')))
gulp.src(['i18n/**/*']).pipe(gulp.dest(path.join(BUILD_ROOT, 'plugins')))
gulp.src(['i18n/**/*']).pipe(gulp.dest(path.join(BUILD_ROOT, 'i18n')))

gulp.task 'install-dependencies', ['copy-files'], async ->
log BUILD_ROOT
Expand Down

0 comments on commit 0f5bda7

Please sign in to comment.