mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Added the system directory to the gulp build.
This commit is contained in:
parent
3a6f347246
commit
d0b5fd170b
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('system', 'build/system');
|
||||
|
||||
fs.ensureDirSync('build/storage/backups');
|
||||
fs.copySync('storage/backups/.htaccess', 'build/storage/backups/.htaccess');
|
||||
|
|
Loading…
Reference in a new issue