Updated log paths in "gulp build" task.

This commit is contained in:
alext 2016-11-12 23:59:38 +01:00
parent cf2b787749
commit b0b116e9e1
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ gulp.task('build', function(done) {
fs.copySync('LICENSE', '.tmp-package/LICENSE'); fs.copySync('LICENSE', '.tmp-package/LICENSE');
del.sync([ del.sync([
'.tmp-package/application/logs/*', '.tmp-package/storage/logs/*',
'!.tmp-package/application/logs/index.html' '!.tmp-package/storage/logs/index.html'
]); ]);
zip('.tmp-package', { saveTo: 'easyappointments.zip' }, function (err, buffer) { zip('.tmp-package', { saveTo: 'easyappointments.zip' }, function (err, buffer) {