Skip to content

Commit

Permalink
fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 25, 2015
1 parent b320aee commit e397244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var util = require('./lib/util');
module.exports = function (gulp, config) {

gulp.task('zip', ['build_dist'], function (cb) {
gulp.src('./src/**/*')
gulp.src('./dist/**/*')
.pipe(zip(config.projectName + '.zip'))
.pipe(gulp.dest('./'))
.on('end', function () {
Expand Down

0 comments on commit e397244

Please sign in to comment.