Rename public directory

This commit is contained in:
Björn Fromme
2019-06-06 09:53:25 +02:00
parent 5ea4db814e
commit a299c7ccce
968 changed files with 35 additions and 35 deletions
+4 -4
View File
@@ -35,15 +35,15 @@ task('build', function () {
task('upload:epevents', function () {
upload(
__DIR__ . '/web/typo3conf/ext/ep_events/Resources/Public/',
'{{release_path}}/web/typo3conf/ext/ep_events/Resources/Public'
__DIR__ . '/public/typo3conf/ext/ep_events/Resources/Public/',
'{{release_path}}/public/typo3conf/ext/ep_events/Resources/Public'
);
});
task('upload:eptheme', function () {
upload(
__DIR__ . '/web/typo3conf/ext/ep_theme/Resources/Public/',
'{{release_path}}/web/typo3conf/ext/ep_theme/Resources/Public'
__DIR__ . '/public/typo3conf/ext/ep_theme/Resources/Public/',
'{{release_path}}/public/typo3conf/ext/ep_theme/Resources/Public'
);
});