Skip to content

Commit

Permalink
Gulp build will also copy the system folder (alextselegidis#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Feb 24, 2022
1 parent c1b124e commit 624c0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +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.copySync('system', 'build/system');

fs.ensureDirSync('build/storage/backups');
fs.copySync('storage/backups/.htaccess', 'build/storage/backups/.htaccess');
Expand Down

0 comments on commit 624c0f8

Please sign in to comment.