Create release archives with top-level dir

This commit is contained in:
Fedor A. Fetisov 2017-11-10 18:17:12 +03:00
parent 0f1407682e
commit 3ea37e0e11

View File

@ -355,7 +355,8 @@ gulp.task('pack-sources', ['composer-install', 'bower-install'], function() {
// we must to set "strict" option to false to prevent "EACCES" errors.
// At the same we need to see all errors that take place.
strict: false,
silent: false
silent: false,
base: '.'
}
var version = config.package.version;