Fixed make package
This commit is contained in:
parent
8682586ca9
commit
0eed06f1d2
@ -62,7 +62,7 @@ gulp.task('copy', function() {
|
||||
);
|
||||
});
|
||||
|
||||
gulp.task('compress-dist', function() {
|
||||
gulp.task('compress-dist', ['build'], function() {
|
||||
return gulp.src('**/*', {cwd: path.join(process.cwd(), '/dist')})
|
||||
.pipe($.zip('webogram_v' + pj.version + '.zip'))
|
||||
.pipe(gulp.dest('releases'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user