Browse Source

Fixed make package

master
Igor Zhukov 10 years ago
parent
commit
0eed06f1d2
  1. 2
      gulpfile.js

2
gulpfile.js

@ -62,7 +62,7 @@ gulp.task('copy', function() { @@ -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…
Cancel
Save