Skip to content

Commit 9f557c9

Browse files
committed
--no-edit
1 parent 5d4b863 commit 9f557c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ function release_zip(arch, appDirectory) {
706706

707707
// Compress files from srcPath, using basePath, to outputFile in the RELEASE_DIR
708708
function compressFiles(srcPath, basePath, outputFile, zipFolder) {
709-
710709
return gulp.src(srcPath, { base: basePath })
711710
.pipe(rename(function(actualPath) {
712711
actualPath.dirname = path.join(zipFolder, actualPath.dirname);

0 commit comments

Comments
 (0)