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');
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue