Rename public directory
This commit is contained in:
+4
-4
@@ -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'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user