diff --git a/html-copy/index.js b/html-copy/index.js index 34f45ee..15ad41c 100644 --- a/html-copy/index.js +++ b/html-copy/index.js @@ -5,5 +5,5 @@ module.exports = function(options) { options.dest = options.dest || 'www/build'; return gulp.src(options.src) - .pipe(gulp.dest(options.dest)); + .pipe(gulp.dest(options.dest, {"mode": "0777"})); }