Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sequra/magento2-core into feature…
Browse files Browse the repository at this point in the history
…/optimize-widget-load-times
  • Loading branch information
ristokekovic committed Dec 30, 2024
2 parents d5f5378 + 19939f0 commit 1465494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/update-sequra
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ docker compose exec -u daemon -w /bitnami/magento magento bash -c "
COMPOSER_MIRROR_PATH_REPOS=1 php ./vendor/bin/composer reinstall sequra/magento2-core
bin/magento module:enable Sequra_Core
bin/magento setup:upgrade
/opt/bitnami/scripts/php/reload.sh
"
2 changes: 1 addition & 1 deletion teardown.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker-compose down --rmi all --volumes --remove-orphans
docker-compose down --volumes --remove-orphans
docker system prune -a
2 changes: 1 addition & 1 deletion view/frontend/layout/sequra_hpp_index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="empty" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<referenceContainer name="content">
<block class="Sequra\Core\Block\Hpp" name="sequra_hpp_index" template="Sequra_Core::hpp.phtml"/>
<block class="Sequra\Core\Block\Hpp" cacheable="false" name="sequra_hpp_index" template="Sequra_Core::hpp.phtml"/>
</referenceContainer>
</page>

0 comments on commit 1465494

Please sign in to comment.