Skip to content

Commit 1c05f69

Browse files
authored
Update Pimcore Recipe for version 11 (#3885)
* recipe/pimcore: remove pimcore:deployment:custom-layouts-rebuild command was removed in Pimcore 11 * recipe/pimcore: remove pimcore:deployment:custom-layouts-rebuild
1 parent db843bc commit 1c05f69

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

recipe/pimcore.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,13 @@
1616
run('{{bin/console}} pimcore:deployment:classes-rebuild --create-classes --delete-classes --no-interaction');
1717
});
1818

19-
desc('Creates Custom Layouts');
20-
task('pimcore:custom-layouts-rebuild', function () {
21-
run('{{bin/console}} pimcore:deployment:custom-layouts-rebuild --create-custom-layouts --delete-custom-layouts --no-interaction');
22-
});
23-
2419
desc('Removes cache');
2520
task('pimcore:cache_clear', function () {
2621
run('rm -rf {{release_or_current_path}}/var/cache/dev/*');
2722
});
2823

2924
task('pimcore:deploy', [
3025
'pimcore:rebuild-classes',
31-
'pimcore:custom-layouts-rebuild',
3226
'pimcore:cache_clear'
3327
]);
3428

0 commit comments

Comments
 (0)