We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c9003 commit a9a7108Copy full SHA for a9a7108
magenx.tf
@@ -1860,6 +1860,7 @@ mainSteps:
1860
## minify js and css
1861
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set dev/css/minify_files 1"
1862
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set dev/js/minify_files 1"
1863
+ su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set dev/js/move_script_to_bottom 1"
1864
## enable hsts upgrade headers
1865
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/secure/enable_hsts 1"
1866
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/secure/enable_upgrade_insecure 1"
0 commit comments