mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
Gulp build will also copy the system folder (#1207)
This commit is contained in:
parent
0bb7a0e537
commit
6d828f91a8
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ gulp.task('package', (done) => {
|
||||||
fs.copySync('application', 'build/application');
|
fs.copySync('application', 'build/application');
|
||||||
fs.copySync('assets', 'build/assets');
|
fs.copySync('assets', 'build/assets');
|
||||||
fs.copySync('engine', 'build/engine');
|
fs.copySync('engine', 'build/engine');
|
||||||
|
fs.copySync('engine', 'build/system');
|
||||||
|
|
||||||
fs.ensureDirSync('build/storage/backups');
|
fs.ensureDirSync('build/storage/backups');
|
||||||
fs.copySync('storage/backups/.htaccess', 'build/storage/backups/.htaccess');
|
fs.copySync('storage/backups/.htaccess', 'build/storage/backups/.htaccess');
|
||||||
|
|
Loading…
Reference in a new issue