Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmen committed Feb 14, 2018
1 parent 24d1cd7 commit 38b1ee8
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 @@ -89,7 +89,7 @@ gulp
gulp.src(['./dist/**/*.*', '!**/screenshot.png'])
.pipe(gulp.dest(path.final + '/dist'));

gulp.src('./final')
gulp.src('./final/**/*.*')
.pipe(zip('final.zip'))
.pipe(gulp.dest('./'));
});

0 comments on commit 38b1ee8

Please sign in to comment.