mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Updated log paths in "gulp build" task.
This commit is contained in:
parent
cf2b787749
commit
b0b116e9e1
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ gulp.task('build', function(done) {
|
|||
fs.copySync('LICENSE', '.tmp-package/LICENSE');
|
||||
|
||||
del.sync([
|
||||
'.tmp-package/application/logs/*',
|
||||
'!.tmp-package/application/logs/index.html'
|
||||
'.tmp-package/storage/logs/*',
|
||||
'!.tmp-package/storage/logs/index.html'
|
||||
]);
|
||||
|
||||
zip('.tmp-package', { saveTo: 'easyappointments.zip' }, function (err, buffer) {
|
||||
|
|
Loading…
Reference in a new issue