Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Modify deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Mar 11, 2018
1 parent 9cafeea commit 97c29f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/uploading.js
Expand Up @@ -22,7 +22,7 @@ gulp.task('upload', () => {
compress: true,
clean: false,
chmod: 'Du=rwx,Dgo=rx,Fu=rw,Fgo=r',
silent: false
silent: true
}));
});

Expand Down

0 comments on commit 97c29f9

Please sign in to comment.