mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Use the config-sample.php instead of the config.php when building the destination file.
This commit is contained in:
parent
f56053d061
commit
a9632f4a44
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ gulp.task('build', function(done) {
|
|||
]);
|
||||
|
||||
fs.copySync('src', '.tmp-package');
|
||||
fs.copySync('.tmp-package/config-sample.php', '.tmp-package/config.php');
|
||||
fs.removeSync('.tmp-package/config-sample.php');
|
||||
fs.removeSync('.tmp-package/config.php');
|
||||
fs.copySync('CHANGELOG.md', '.tmp-package/CHANGELOG.md');
|
||||
fs.copySync('README.md', '.tmp-package/README.md');
|
||||
fs.copySync('LICENSE', '.tmp-package/LICENSE');
|
||||
|
|
Loading…
Reference in a new issue