Skip to content

Commit a9a7108

Browse files
authored
Update magenx.tf
1 parent c4c9003 commit a9a7108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magenx.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,7 @@ mainSteps:
18601860
## minify js and css
18611861
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set dev/css/minify_files 1"
18621862
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"
18631864
## enable hsts upgrade headers
18641865
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/secure/enable_hsts 1"
18651866
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/secure/enable_upgrade_insecure 1"

0 commit comments

Comments
 (0)