forked from mirrors/easyappointments
Gulp build will also copy the system folder (#1207)
This commit is contained in:
parent
ed178ca631
commit
7d10ab7d9d
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ gulp.task('package', (done) => {
|
|||
fs.copySync('application', 'build/application');
|
||||
fs.copySync('assets', 'build/assets');
|
||||
fs.copySync('engine', 'build/engine');
|
||||
fs.copySync('engine', 'build/system');
|
||||
|
||||
fs.ensureDirSync('build/storage/backups');
|
||||
fs.copySync('storage/backups/.htaccess', 'build/storage/backups/.htaccess');
|
||||
|
|
Loading…
Reference in a new issue