This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin | |
MAGE2ROOT="/var/data/www/magento" | |
## Copy/Symlink missing/broken files for JS BUNDLING / MINIFICATION mode since it does not always work as expected, or some extensions do not support it | |
## Cycle through frontend themes and locales locales | |
front_theme_vendor=( Devdesco ) # Array of frontend theme vendors compiled |